definition: |
catTerms :: Trace -> [[Term]] catTerms events = let traces = map reverse $ (startSeparation2 $ makeevent events) termTraces = categoriseBy (getRef . head) traces in map ((map term) . repairOrder . snd) termTraces |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {:,[]}} |
name: |
catTerms |
precedence: |
no precedence defined |
result-values: |
{:,[]} |
signature: |
[Coosy.Trace.Event] -> [[Term]] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |