|
definition: |
lookupPredefinedNonFailCond :: QName -> Maybe NonFailCond lookupPredefinedNonFailCond qf = lookup qf predefinedNonFailConds |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
--------------------------------------------------------------------------- Returns the non-fail condition for particular predefined operations with non-trivial non-fail conditions. |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> {Just,Nothing}}
|
|
name: |
lookupPredefinedNonFailCond |
|
precedence: |
no precedence defined |
|
result-values: |
{Just,Nothing}
|
|
signature: |
(String, String) -> Prelude.Maybe ([(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 |