feat(Num): rename Num.Int to Num.I64

This commit is contained in:
rvcas 2020-12-07 19:17:20 -05:00
parent d008cc1d7b
commit 4987721154
30 changed files with 447 additions and 447 deletions

View file

@ -684,7 +684,7 @@ define_builtins! {
1 NUM: "Num" => {
0 NUM_NUM: "Num" imported // the Num.Num type alias
1 NUM_AT_NUM: "@Num" // the Num.@Num private tag
2 NUM_INT: "Int" imported // the Int.Int type alias
2 NUM_I64: "I64" imported // the Num.I64 type alias
3 NUM_INTEGER: "Integer" imported // Int : Num Integer
4 NUM_AT_INTEGER: "@Integer" // the Int.@Integer private tag
5 NUM_F64: "F64" imported // the Num.F64 type alias