definition: |
isContractOp :: QName -> Bool isContractOp (_,fn) = isNonFailName fn || isPreCondName fn || isPostCondName fn |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Is an operation name the name of a contract or similar? |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> _} |
name: |
isContractOp |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(String, String) -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |