mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
add special symbol for removed specializations
This commit is contained in:
parent
f9c81bffe0
commit
f99542f066
2 changed files with 5 additions and 4 deletions
|
@ -877,6 +877,9 @@ define_builtins! {
|
|||
|
||||
// used in wasm dev backend to mark temporary values in the VM stack
|
||||
24 WASM_TMP: "#wasm_tmp"
|
||||
|
||||
// the _ used in mono when a specialized symbol is deleted
|
||||
25 DELETED_SPECIALIZATION: "#deleted_specialization"
|
||||
}
|
||||
1 NUM: "Num" => {
|
||||
0 NUM_NUM: "Num" imported // the Num.Num type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue