definition: |
identToQualIdent :: Ident -> QualIdent identToQualIdent i = QualIdent Nothing i |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {QualIdent}} |
name: |
identToQualIdent |
precedence: |
no precedence defined |
result-values: |
{QualIdent} |
signature: |
CurryInterface.Types.Ident -> CurryInterface.Types.QualIdent |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |