equality for structs

This commit is contained in:
Folkert 2021-02-09 23:14:08 +01:00
parent 581ef916fc
commit 45d8bff072
2 changed files with 161 additions and 0 deletions

View file

@ -741,6 +741,7 @@ define_builtins! {
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
14 GENERIC_EQ: "#generic_eq" // internal function that checks generic equality
}
1 NUM: "Num" => {
0 NUM_NUM: "Num" imported // the Num.Num type alias