606e3f22 ^
b347a8c4 ^
1
2 3 4
{-# LANGUAGE Haskell2010 #-} module ReaderT where newtype ReaderT r m a = ReaderT { runReaderT :: r -> m a }