mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
feat(Num): rename Float to F64
This commit is contained in:
parent
301ee85219
commit
f7bd803509
19 changed files with 140 additions and 144 deletions
|
@ -612,7 +612,7 @@ define_builtins! {
|
|||
2 NUM_INT: "Int" imported // the Int.Int type alias
|
||||
3 NUM_INTEGER: "Integer" imported // Int : Num Integer
|
||||
4 NUM_AT_INTEGER: "@Integer" // the Int.@Integer private tag
|
||||
5 NUM_FLOAT: "Float" imported // the Float.Float type alias
|
||||
5 NUM_F64: "F64" imported // the Num.F64 type alias
|
||||
6 NUM_FLOATINGPOINT: "FloatingPoint" imported // Float : Num FloatingPoint
|
||||
7 NUM_AT_FLOATINGPOINT: "@FloatingPoint" // the Float.@FloatingPoint private tag
|
||||
8 NUM_MAX_INT: "maxInt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue