mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
WIP:struct
This commit is contained in:
parent
e56c46ff54
commit
2fc46b8752
5 changed files with 115 additions and 34 deletions
|
@ -759,6 +759,9 @@ define_builtins! {
|
|||
|
||||
// a caller (wrapper) for comparison
|
||||
21 GENERIC_COMPARE_REF: "#generic_compare_ref"
|
||||
|
||||
// used by the dev backend to store the pointer to where to store large return types
|
||||
22 RET_POINTER: "#ret_pointer"
|
||||
}
|
||||
1 NUM: "Num" => {
|
||||
0 NUM_NUM: "Num" imported // the Num.Num type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue