This commit is contained in:
Daniel Gröber 2014-08-12 18:23:23 +02:00
parent fa65d7269e
commit edeb57a6a4

View File

@ -153,7 +153,8 @@ newtype GhcModT m a = GhcModT {
#if DIFFERENT_MONADIO
, Control.Monad.IO.Class.MonadIO
#endif
, MonadReader GhcModEnv
, MonadReader GhcModEnv -- TODO: make MonadReader instance
-- pass-through like MonadState
, MonadWriter w
, MonadError GhcModError
)