nest-0.0.1

Safe HaskellSafe
LanguageHaskell2010

Nest.Prelude

Documentation

fromMaybeM :: Applicative f => f a -> Maybe a -> f a Source #

whenM :: Monad m => m Bool -> m () -> m () Source #

unlessM :: Monad m => m Bool -> m () -> m () Source #

with :: Functor f => f a -> (a -> b) -> f b Source #