mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
IT WORKS
This commit is contained in:
parent
d0f031fe6c
commit
40ffca2b7b
16 changed files with 511 additions and 200 deletions
|
@ -604,6 +604,7 @@ define_builtins! {
|
|||
9 ARG_8: "#arg8"
|
||||
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
|
||||
}
|
||||
1 NUM: "Num" => {
|
||||
0 NUM_NUM: "Num" imported // the Num.Num type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue