CurryInfo: coosy-3.1.0 / Observe.o1

definition:
o1 :: Data a => Observer a -> String
   -> (a -> b) -> a -> Label -> EventID -> [EventID] -> b
o1 observeA constrStr constr x label parent preds = unsafePerformIO $ do
  (eventID,newPreds) <- recordEvent label (Value 1 constrStr) parent preds
  return (constr (observer observeA 1 x label eventID newPreds))
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
-- An observer combinator for unary constructors.
failfree:
<FAILING>
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_,_,_,_,_,_,_,_) |-> _}
name:
o1
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Data a => (a -> String -> Prelude.Int -> [Prelude.Int] -> a) -> String
-> (a -> b) -> a -> String -> Prelude.Int -> [Prelude.Int] -> b
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term