mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Bugfix
This commit is contained in:
parent
886e5a0c8f
commit
72b93e51f1
1 changed files with 2 additions and 2 deletions
|
@ -1287,7 +1287,7 @@ fn integer_type(
|
|||
Content::Alias(
|
||||
Symbol::NUM_INTEGER,
|
||||
vars,
|
||||
at_integer_signed64,
|
||||
at_signed64,
|
||||
AliasKind::Structural,
|
||||
)
|
||||
});
|
||||
|
@ -1532,7 +1532,7 @@ fn float_type(
|
|||
Content::Alias(
|
||||
Symbol::NUM_FLOATINGPOINT,
|
||||
vars,
|
||||
at_float_binary64,
|
||||
at_binary64,
|
||||
AliasKind::Structural,
|
||||
)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue