CurryInfo: base-3.4.0 / Prelude.constrEq

definition: Info
 
constrEq :: a -> a -> Bool
#ifdef __PAKCS__
constrEq external
#elif defined(__CURRY2GO__)
constrEq external
#else
constrEq x y = x =:= y
demand: Info
 arguments 1 2
deterministic: Info
 deterministic operation
documentation: Info
 
Internal operation to implement equational constraints.
It is used by the strict equality optimizer but should not be used
in regular programs.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 constrEq
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 a -> a -> Bool
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term