definition: |
states2XmlGraphs :: [State] -> XmlExp states2XmlGraphs states = xml "graphlist" (map generateXmlgraph states) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- generate a xml-graphlist from a list of reduced execution states |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {XElem}} |
name: |
states2XmlGraphs |
precedence: |
no precedence defined |
result-values: |
{XElem} |
signature: |
[State] -> XML.XmlExp |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |