wiring-0.5.1: Wiring, promotion and demotion of types.
Control.Monad.Reader.Wiring
Contents
wiredAsk :: (Functor m, MonadReader r1 m, Wirable r1 r2) => m r2 Source #
Retrieves the monad environment like ask, but uses wire to transform the environment to the required type.
ask
wire
Methods
wire :: ReaderT r2 f a -> ReaderT r1 f a Source #
wire :: ReaderT r2 f a -> RWST r1 w s f a Source #