papa-base-implement-0.2.0: Useful base functions reimplemented

Safe HaskellSafe
LanguageHaskell2010

Papa.Base.Implement.Data.Bool

Documentation

if' :: Bool -> a -> a -> a Source #

(?.) :: Category c => c a a -> Bool -> c a a Source #

(.?) :: Category c => c a a -> Bool -> c a a Source #

(?<>) :: Monoid a => a -> Bool -> a Source #

(<>?) :: Monoid a => a -> Bool -> a Source #

(?<*>) :: Applicative f => (a -> f a) -> Bool -> a -> f a Source #

(<*>?) :: Applicative f => (a -> f a) -> Bool -> a -> f a Source #

(<||>) :: Monad m => m Bool -> m Bool -> m Bool Source #

(<&&>) :: Monad m => m Bool -> m Bool -> m Bool Source #