definition: |
fromXmlName :: QName -> QName fromXmlName (m,s) = case (isPrelude m,s,isTupleName s) of (True,"[]",_) -> (nm,"xml_To_List") (True,"()",_) -> (nm,"xmlToUnit") (True,_,True) -> (nm,"xmlToTuple"++show (length s-1)) _ -> (nm,"xmlTo"++s) where nm = transModName m |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> {(,)}} |
name: |
fromXmlName |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
(String, String) -> (String, String) |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |