definition: |
xmlChoiceMapping :: (NodeID,Int) -> XmlExp xmlChoiceMapping (nid,chld) = XElem "ChoiceMapping" [("from",show nid), ("to",show chld)] [] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> {XElem}} |
name: |
xmlChoiceMapping |
precedence: |
no precedence defined |
result-values: |
{XElem} |
signature: |
(Prelude.Int, Prelude.Int) -> XML.XmlExp |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |