Skip to content

Commit 150ba8a

Browse files
authored
Merge pull request #124 from ajnsit/patch-1
Fix documentation to use Effect instead of Eff
2 parents 55b08dd + 74b3daf commit 150ba8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Monad/Cont/Class.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Prelude (class Monad)
1515
-- | For example:
1616
-- |
1717
-- | ```purescript
18-
-- | delay :: forall eff. Number -> ContT Unit (Eff (timeout :: Timeout | eff)) Unit
18+
-- | delay :: Number -> ContT Unit Effect Unit
1919
-- | delay n = callCC \cont ->
2020
-- | lift $ setTimeout n (runContT (cont unit) (\_ -> return unit))
2121
-- | ```

0 commit comments

Comments
 (0)