CurryInfo: verify-non-fail-2.0.0 / FlatCurry.Build.fcAnds

definition:
 
fcAnds :: [Expr] -> Expr
fcAnds = foldr fcAnd fcTrue
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Conjunction of a list of expressions.
failfree:
 ()
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> {foldr}}
name:
 fcAnds
precedence:
 no precedence defined
result-values:
 {foldr}
signature:
 [FlatCurry.Types.Expr] -> FlatCurry.Types.Expr
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term