definition: |
qidName :: QIdent -> Ident qidName (Id n ) = n qidName (As n _) = n |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- The identifier of a possibly sorted identifier. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Id}) |-> _ || ({As}) |-> _} |
name: |
qidName |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
QIdent -> String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |