aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/src/type-sigs/ReaderT.hs
blob: 009c7ed217586e067165f8f9fd42744701f63ef2 (plain) (blame)
1
2
3
module ReaderT where

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