mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +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
|
@ -74,7 +74,7 @@ pub fn str_type() -> Type {
|
|||
#[inline(always)]
|
||||
pub fn num_float() -> Type {
|
||||
Type::Alias(
|
||||
Symbol::NUM_FLOAT,
|
||||
Symbol::NUM_F64,
|
||||
vec![],
|
||||
Box::new(num_num(num_floatingpoint())),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue