definition: |
failedExpr :: typeann -> AExpr typeann failedExpr ann = AComb ann FuncCall (("Prelude", "failed"), ann) [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Annotated FlatCurry expression representing `failed` |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {AComb}} |
name: |
failedExpr |
precedence: |
no precedence defined |
result-values: |
{AComb} |
signature: |
a -> FlatCurry.Annotated.Types.AExpr a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |