psi-0.2.0.0: Yet another custom Prelude.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Psi.Bool

Synopsis

Documentation

(\/) :: Applicative f => f Bool -> f Bool -> f Bool infixl 8 Source #

Logical disjunction.

(/\) :: Applicative f => f Bool -> f Bool -> f Bool infixl 8 Source #

Logical conjunction.