Instant is
off
Search plugin
Manual
haskell.org
runReaderT
Packages
mtl
transformers
runReaderT
:: ReaderT r a -> r -> m a
mtl
Control.Monad.Reader
The underlying computation, as a function of the environment.
runReaderT
:: ReaderT r m a -> r -> m a
transformers
Control.Monad.Trans.Reader
The underlying computation, as a function of the environment.