hooking everything up

This commit is contained in:
Folkert 2021-02-12 17:18:06 +01:00
parent 84d5cbc4f1
commit ee21f86f8f
9 changed files with 334 additions and 19 deletions

View file

@ -741,7 +741,10 @@ 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_HASH: "#generic_hash" // internal function that checks list equality
14 GENERIC_HASH: "#generic_hash" // hash of arbitrary layouts
15 GENERIC_HASH_REF: "#generic_hash_by_ref" // hash of arbitrary layouts, passed as an opaque pointer
16 GENERIC_EQ_REF: "#generic_eq_by_ref" // equality of arbitrary layouts, passed as an opaque pointer
17 GENERIC_RC_REF: "#generic_rc_by_ref" // refcount of arbitrary layouts, passed as an opaque pointer
}
1 NUM: "Num" => {
0 NUM_NUM: "Num" imported // the Num.Num type alias