definition: |
instanceName :: ACT.CInstanceDecl -> ACT.QName instanceName (CInstance name _ _ _) = name |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Returns the name of an instance declaration |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({CInstance}) |-> _} |
name: |
instanceName |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
AbstractCurry.Types.CInstanceDecl -> (String, String) |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |