Control.Monad.Trans.Reader

The Reader monad

type Reader r

reader

runReader

mapReader

withReader

The ReaderT monad transformer

data ReaderT r m a

mapReaderT

withReaderT

Reader operations

ask

local

asks

Lifting other operations

liftCallCC

liftCatch