CurryInfo: base-3.4.0 / Prelude.&&

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