CurryInfo: base-3.4.0 / Prelude.and

definition: Info
 
and :: [Bool] -> Bool
and = foldr (&&) True
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Computes the conjunction of a Boolean list.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {foldr}}
name: Info
 and
precedence: Info
 no precedence defined
result-values: Info
 {foldr}
signature: Info
 [Bool] -> Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms