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

definition: Info
 
binaryPrimOps :: [(String,String)]
binaryPrimOps = map transEqu2 (drop 2 FlatCurry.Names2SMT.binaryPrimOps)
 where
  transEqu2 (fc,fsmt) = (fc, if fsmt == "=" then "==" else fsmt)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Primitive binary operations of the prelude and their SMT names.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {:,[]}}
name: Info
 binaryPrimOps
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