vgrep-0.2.3.0: A pager for grep
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Monad.State.Extended

Documentation

liftState :: MonadState s m => State s a -> m a Source #

whenS :: MonadState s m => (s -> Bool) -> m () -> m () Source #

unlessS :: MonadState s m => (s -> Bool) -> m () -> m () Source #