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