feat(aliases): add Int a and Float a

This commit is contained in:
rvcas 2020-12-29 13:35:24 -05:00
parent b1bf03e7a0
commit 75fdff4398
3 changed files with 169 additions and 91 deletions

View file

@ -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