Skip to content

Commit 8aa3454

Browse files
committed
export ListT constructor
Addresses #83. Independent of PR #89. This brings ListT into line with the other transformers.
1 parent d8d76f1 commit 8aa3454

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)