CurryInfo: cdbi-3.2.0 / Database.CDBI.ER.notEqual

definition:
notEqual :: Value a -> Value a -> Constraint
notEqual v1 v2 = BinaryRel Neq (toCValue v1) (toCValue v2)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- NotEqual construnctor
--- @param v1 - First Value
--- @param v2 - Second Value
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {BinaryRel}}
name:
notEqual
precedence:
no precedence defined
result-values:
{BinaryRel}
signature:
Value a -> Value a -> Constraint
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms