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