definition:
|
o0 :: String -> Observer _
o0 constrStr x label parent preds = unsafePerformIO $ do
recordEvent label (Value 0 constrStr) parent preds
return x
|
demand:
|
no demanded arguments
|
deterministic:
|
possibly non-deterministic operation
|
documentation:
|
-- An observer combinator for 0-ary constructors.
|
failfree:
|
<FAILING>
|
indeterministic:
|
might be indeterministic
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_,_,_) |-> _}
|
name:
|
o0
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
String -> 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
|