CurryInfo: verify-3.1.0 / VerifyOptions.isUntranslatedFunc

definition: Info
 
isUntranslatedFunc :: QName -> Bool
isUntranslatedFunc qn =
  qn `elem` map pre ["?","==","+","*","<",">","<=",">=","length","map",
                     "if_then_else"] ||
  fst qn `elem` ["Test.Prop","Test.EasyCheck"]
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
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: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 isUntranslatedFunc
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (String, String) -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms