CurryInfo: coosy-3.1.0 / Coosy.ShowObserve.startSeparation

definition:
startSeparation :: [(Event,Bool)] -> [Trace]
startSeparation [] = []
startSeparation ((_,True):ts) = startSeparation ts
startSeparation ((t,False):ts) 
  = let 
      (newts,termEvent) = separate [getParent t, getPred t] ts
    in (t:termEvent):startSeparation newts
demand:
argument 1
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({[]}) |-> {[]} || ({:}) |-> {:,[]}}
name:
startSeparation
precedence:
no precedence defined
result-values:
{:,[]}
signature:
[(Coosy.Trace.Event, Prelude.Bool)] -> [[Coosy.Trace.Event]]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term