definition: |
qidOp :: InfixOp a -> QualIdent qidOp (InfixOp _ q) = q qidOp (InfixConstr _ q) = q |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({InfixOp}) |-> _ || ({InfixConstr}) |-> _} |
name: |
qidOp |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Curry.Types.InfixOp a -> Curry.Ident.QualIdent |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |