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