definition: |
oInt :: Observer Int oInt = oLit |
demand: |
no demanded arguments |
deterministic: |
possibly non-deterministic operation |
documentation: |
-- An observer for integers. |
failfree: |
<FAILING> |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{() |-> {oLit}} |
name: |
oInt |
precedence: |
no precedence defined |
result-values: |
{oLit} |
signature: |
Prelude.Int -> String -> Prelude.Int -> [Prelude.Int] -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |