MHask-0.1.0.0: The category of monads

Safe HaskellSafe-Inferred

MHask.Pointed

Documentation

class Functor t => Pointed t whereSource

Methods

return :: (Monad m, Monad (t m)) => m ~> t mSource

Instances