mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
first attempt at List.replace in the dev backend
This commit is contained in:
parent
a5ce124bd3
commit
069361a07e
6 changed files with 180 additions and 19 deletions
|
@ -883,6 +883,10 @@ define_builtins! {
|
|||
|
||||
// used in dev backend
|
||||
26 DEV_TMP: "#dev_tmp"
|
||||
27 DEV_TMP2: "#dev_tmp2"
|
||||
28 DEV_TMP3: "#dev_tmp3"
|
||||
29 DEV_TMP4: "#dev_tmp4"
|
||||
30 DEV_TMP5: "#dev_tmp5"
|
||||
}
|
||||
1 NUM: "Num" => {
|
||||
0 NUM_NUM: "Num" imported // the Num.Num type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue