MonadCompose-0.8.4.2: Methods for composing monads.

Safe HaskellUnsafe
LanguageHaskell98

Control.Monad.Lifter

Synopsis

Documentation

class Lifter m n where Source

An automatic lifter. The idea of automatic lifting is due to Dan Piponi.

Methods

lf :: m t -> n t Source