Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class Monad m => GmState m where Source #
gmsGet :: m GhcModState Source #
gmsPut :: GhcModState -> m () Source #
gmsState :: (GhcModState -> (a, GhcModState)) -> m a Source #
Safe Haskell | None |
---|---|
Language | Haskell2010 |
class Monad m => GmState m where Source #
gmsGet :: m GhcModState Source #
gmsPut :: GhcModState -> m () Source #
gmsState :: (GhcModState -> (a, GhcModState)) -> m a Source #