mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
add ==
and !=
for lists
This commit is contained in:
parent
23ed281345
commit
a7cf98df9b
6 changed files with 328 additions and 11 deletions
|
@ -738,6 +738,7 @@ define_builtins! {
|
|||
10 INC: "#inc" // internal function that increments the refcount
|
||||
11 DEC: "#dec" // internal function that increments the refcount
|
||||
12 ARG_CLOSURE: "#arg_closure" // symbol used to store the closure record
|
||||
13 LIST_EQ: "#list_eq" // internal function that checks list equality
|
||||
}
|
||||
1 NUM: "Num" => {
|
||||
0 NUM_NUM: "Num" imported // the Num.Num type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue