definition:
|
noVerifyFunctions :: [QName]
noVerifyFunctions =
[ pre "aValueChar" -- is non-failing if minBound <= maxBound, which is True
]
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
-- A list of operations that do not need to be verified.
-- These are operations that are non-failing but this property
-- cannot be ensured by the current tool.
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
name:
|
noVerifyFunctions
|
precedence:
|
no precedence defined
|
result-values:
|
{:}
|
signature:
|
[(String, String)]
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|