|
definition: |
combineNonFailConds :: NonFailCond -> NonFailCond -> NonFailCond combineNonFailConds (vts1,cond1) (vts2,cond2) = (union vts1 vts2, fcAnd cond1 cond2) |
|
demand: |
arguments 1 2 |
|
deterministic: |
deterministic operation |
|
documentation: |
Combine two non-fail conditions. |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({(,)},{(,)}) |-> {(,)}}
|
|
name: |
combineNonFailConds |
|
precedence: |
no precedence defined |
|
result-values: |
{(,)}
|
|
signature: |
([(Prelude.Int, FlatCurry.Types.TypeExpr)], FlatCurry.Types.Expr) -> ([(Prelude.Int, FlatCurry.Types.TypeExpr)], FlatCurry.Types.Expr) -> ([(Prelude.Int, FlatCurry.Types.TypeExpr)], FlatCurry.Types.Expr) |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |