MHask-0.3.0.0: The category of monads

Safe HaskellSafe-Inferred

MHask.Indexed.Pointed

Description

Compare to indexed.Data.Functor.Indexed (IxPointed)

Synopsis

Documentation

class IxFunctor t => IxPointed t whereSource

The indexed version of MHask.Pointed. The dual of MHask.Indexed.Copointed.

Methods

ireturn :: Monad m => m ~> t i i mSource