mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Make sure to map structuralNotEq to NotEq
This commit is contained in:
parent
9f099830db
commit
595433b8c8
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ map_symbol_to_lowlevel! {
|
|||
NumShiftRightZfBy <= NUM_SHIFT_RIGHT_ZERO_FILL,
|
||||
NumToStr <= NUM_TO_STR,
|
||||
Eq <= BOOL_STRUCTURAL_EQ,
|
||||
NotEq <= BOOL_NEQ,
|
||||
NotEq <= BOOL_STRUCTURAL_NOT_EQ,
|
||||
And <= BOOL_AND,
|
||||
Or <= BOOL_OR,
|
||||
Not <= BOOL_NOT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue