mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue