definition: |
isUntranslatedFunc :: QName -> Bool isUntranslatedFunc qn = qn `elem` map pre ["?","==","+","*","<",">","<=",">=","length","map", "if_then_else"] || fst qn `elem` ["Test.Prop","Test.EasyCheck"] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Primitive functions that are not extracted and translated to the verifier. -- In the future, it might be necessary to parameterize it w.r.t. the -- target verifier. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
isUntranslatedFunc |
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 |