Bind types passed to isNotEq to Eq

This commit is contained in:
Ayaz Hafiz 2022-10-10 15:54:28 -05:00
parent 0f96a1231e
commit b04d7a9471
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 9 additions and 8 deletions

View file

@ -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,