packages feed

haddock-2.23.0: hoogle-test/src/type-sigs/ReaderT.hs

module ReaderT where

newtype ReaderT r m a = ReaderT { runReaderT :: r -> m a }