mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
store declaration parameters in flat array
This commit is contained in:
parent
b9a3fd7f8a
commit
a801558f22
2 changed files with 97 additions and 48 deletions
|
@ -774,6 +774,9 @@ define_builtins! {
|
|||
|
||||
// a caller (wrapper) for comparison
|
||||
21 GENERIC_COMPARE_REF: "#generic_compare_ref"
|
||||
|
||||
// used to initialize paramters in borrow.rs
|
||||
22 EMPTY_PARAM: "#empty_param"
|
||||
}
|
||||
1 NUM: "Num" => {
|
||||
0 NUM_NUM: "Num" imported // the Num.Num type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue