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

@ -1255,7 +1255,8 @@ define_builtins! {
8 EQ_EQ: "Eq" exposed_type=true
9 EQ_IS_EQ: "isEq"
10 EQ_STRUCTURAL_EQ: "structuralEq"
11 BOOL_IS_EQ_IMPL: "boolIsEq"
11 EQ_STRUCTURAL_NOT_EQ: "structuralNotEq"
12 BOOL_IS_EQ_IMPL: "boolIsEq"
}
5 STR: "Str" => {
0 STR_STR: "Str" exposed_apply_type=true // the Str.Str type alias