mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
feat(aliases): add Int a
and Float a
This commit is contained in:
parent
b1bf03e7a0
commit
75fdff4398
3 changed files with 169 additions and 91 deletions
|
@ -826,6 +826,10 @@ define_builtins! {
|
|||
83 NUM_SUB_CHECKED: "subChecked"
|
||||
84 NUM_MUL_WRAP: "mulWrap"
|
||||
85 NUM_MUL_CHECKED: "mulChecked"
|
||||
86 NUM_AT_INT: "@Int"
|
||||
87 NUM_INT: "Int" imported
|
||||
88 NUM_AT_FLOAT: "@Float"
|
||||
89 NUM_FLOAT: "Float" imported
|
||||
}
|
||||
2 BOOL: "Bool" => {
|
||||
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue