definition: |
isSpecFunc :: CFuncDecl -> Bool isSpecFunc fdecl = let rfname = reverse (snd (funcName fdecl)) in any (`isPrefixOf` rfname) ["ceps'","erp'","tsop'"] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Is a function definition part of a specification, i.e., -- a full specification (suffix 'spec), a precondition (suffix 'pre), -- or a postcondition (suffix 'post)? |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
isSpecFunc |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
AbstractCurry.Types.CFuncDecl -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |