CurryInfo: base-3.3.0 / Prelude.&&

definition:
(&&) :: Bool -> Bool -> Bool
True  && x = x
False && _ = False
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Sequential conjunction on Booleans.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
infixr
iotype:
{({True},_) |-> _ || ({False},_) |-> {False}}
name:
&&
precedence:
3
result-values:
_
signature:
Bool -> Bool -> Bool
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms