This commit is contained in:
Daniel Gröber 2016-07-16 03:45:23 +02:00
parent 01e3b8e3d6
commit 5fefb250de
1 changed files with 6 additions and 6 deletions

View File

@ -48,12 +48,12 @@ type GhcModT m = GmT (GmOutT m)
newtype GmOutT m a = GmOutT {
unGmOutT :: ReaderT GhcModOut m a
} deriving ( Functor
, Applicative
, Alternative
, Monad
, MonadPlus
, MonadTrans
)
, Applicative
, Alternative
, Monad
, MonadPlus
, MonadTrans
)
newtype GmT m a = GmT {
unGmT :: StateT GhcModState