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.
1 parent 55b08dd commit 74b3dafCopy full SHA for 74b3daf
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