definition: |
failVS :: Int -> ValueSequence a |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Adds a failure to a sequence of values. --- The argument is the encapsulation level of the failure. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
failVS |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Int -> ValueSequence a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |