monad-ran-0.0.5: Implementations of common monads and monad transformers as right-kan extensionsSource codeContentsIndex
Control.Monad.Ran.Maybe
Documentation
newtype Maybe' a Source
Constructors
Maybe'
getMaybe' :: forall o. (a -> o) -> o -> o
show/hide Instances
runMaybe' :: Maybe' a -> (a -> b) -> b -> bSource
Produced by Haddock version 2.3.0