Skip to content

Commit e3d58a2

Browse files
authored
Merge pull request #77 from purescript/phil/export-exploreM
Export exploreM
2 parents c27ee34 + 8b1e4e8 commit e3d58a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Control/Comonad/Cofree.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module Control.Comonad.Cofree
88
, hoistCofree
99
, unfoldCofree
1010
, explore
11+
, exploreM
1112
) where
1213

1314
import Prelude

0 commit comments

Comments
 (0)