CurryInfo: verify-non-fail-2.0.0 / Verify.Helpers.isSetFunOp

definition: Info
 
isSetFunOp :: QName -> Bool
isSetFunOp (mn,fn) =
  (mn == "Control.Search.SetFunctions" || mn == "Control.SetFunctions") &&
  take 3 fn == "set" &&
  all isDigit (drop 3 fn)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Is this the name of a set function?
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({(,)}) |-> _}
name: Info
 isSetFunOp
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
 possibly non-reducible on same data term