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 676de82 + 943b943 commit 91745acCopy full SHA for 91745ac
src/Control/Monad/Cont/Class.purs
@@ -22,4 +22,4 @@ import Prelude (class Monad)
22
-- | An implementation is provided for `ContT`, and for other monad transformers
23
-- | defined in this library.
24
class Monad m <= MonadCont m where
25
- callCC :: forall a b. ((a -> m b) -> m a) -> m a
+ callCC :: forall a. ((forall b. a -> m b) -> m a) -> m a
0 commit comments