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

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