Skip to content

Commit b111f5d

Browse files
authored
Export the writer function
1 parent 91c84c7 commit b111f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Control/Monad/Writer.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
module Control.Monad.Writer
44
( Writer
5+
, writer
56
, runWriter
67
, execWriter
78
, mapWriter

0 commit comments

Comments
 (0)