CurryInfo: coosy-3.1.0 / Coosy.Trace.isDemand

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