mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
inc/dec for recursive unions; first pass
This commit is contained in:
parent
75ceb9e843
commit
f02d907f17
4 changed files with 617 additions and 33 deletions
|
@ -598,6 +598,8 @@ define_builtins! {
|
|||
7 ARG_6: "#arg6"
|
||||
8 ARG_7: "#arg7"
|
||||
9 ARG_8: "#arg8"
|
||||
10 INC: "#inc" // internal function that increments the refcount
|
||||
11 DEC: "#dec" // internal function that increments the refcount
|
||||
}
|
||||
1 NUM: "Num" => {
|
||||
0 NUM_NUM: "Num" imported // the Num.Num type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue