We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55b08dd + 74b3daf commit 150ba8aCopy full SHA for 150ba8a
src/Control/Monad/Cont/Class.purs
@@ -15,7 +15,7 @@ import Prelude (class Monad)
15
-- | For example:
16
-- |
17
-- | ```purescript
18
--- | delay :: forall eff. Number -> ContT Unit (Eff (timeout :: Timeout | eff)) Unit
+-- | delay :: Number -> ContT Unit Effect Unit
19
-- | delay n = callCC \cont ->
20
-- | lift $ setTimeout n (runContT (cont unit) (\_ -> return unit))
21
-- | ```
0 commit comments