Skip to content

Commit 8517996

Browse files
authored
Merge pull request #90 from matthewleon/listt-constructor-export
export ListT constructor
2 parents b5b8054 + 8aa3454 commit 8517996

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Control/Monad/List/Trans.purs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-- | This module defines the list monad transformer, `ListT`.
22

33
module Control.Monad.List.Trans
4-
( ListT
4+
( ListT(..)
5+
, Step(..)
56
, catMaybes
67
, cons
78
, drop

0 commit comments

Comments
 (0)