indexed-0.1.3: Haskell98 indexed functors, monads, comonads
Copyright(C) 2008 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerReiner Pope <reiner.pope@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

Control.Monad.Indexed.Trans

Description

monads

Documentation

class IxMonadTrans t where Source #

Methods

ilift :: Monad m => m a -> t m i i a Source #