mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Bind types passed to isNotEq
to Eq
This commit is contained in:
parent
0f96a1231e
commit
b04d7a9471
3 changed files with 9 additions and 8 deletions
|
@ -193,7 +193,7 @@ map_symbol_to_lowlevel_and_arity! {
|
|||
NumToStr; NUM_TO_STR; 1,
|
||||
|
||||
Eq; EQ_STRUCTURAL_EQ; 2,
|
||||
NotEq; BOOL_NEQ; 2,
|
||||
NotEq; EQ_STRUCTURAL_NOT_EQ; 2,
|
||||
And; BOOL_AND; 2,
|
||||
Or; BOOL_OR; 2,
|
||||
Not; BOOL_NOT; 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue