CurryInfo: coosy-3.1.0 / Coosy.Trace.getRef

definition:
getRef :: Event -> EventID
getRef (Demand _ ref _ _) = ref
getRef (Value  _ _ ref _ _) = ref
getRef (Fun    ref _ _) = ref
getRef (LogVar ref _ _) = ref
demand:
argument 1
deterministic:
deterministic operation
failfree:
{Demand,Fun,LogVar,Value}
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Demand}) |-> _ || ({Value}) |-> _ || ({Fun}) |-> _ || ({LogVar}) |-> _}
name:
getRef
precedence:
no precedence defined
result-values:
_
signature:
Event -> Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term