monad-ran-0.0.5: Implementations of common monads and monad transformers as right-kan extensionsSource codeContentsIndex
Control.Monad.Ran.Cont
Documentation
newtype Cont r a Source
Constructors
Cont
getCont :: Codensity (Const r) a
show/hide Instances
runCont :: Cont r a -> (a -> r) -> rSource
Produced by Haddock version 2.3.0