CurryInfo: verify-non-fail-2.0.0 / FlatCurry.Names.preludePrimOps

definition: Info
 
preludePrimOps :: [(String,String)]
preludePrimOps = unaryPrimOps ++ binaryPrimOps ++
  [("otherwise","True")
  ,("apply","apply") -- TODO...
  ]
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Primitive operations of the prelude and their SMT names.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 preludePrimOps
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [(String, String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms