definition: |
xmlChoiceMappings :: [(NodeID,Int)] -> [XmlExp] xmlChoiceMappings mappings = map xmlChoiceMapping mappings |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {:,[]}} |
name: |
xmlChoiceMappings |
precedence: |
no precedence defined |
result-values: |
{:,[]} |
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 |