mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41: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(
|
Content::Alias(
|
||||||
Symbol::NUM_INTEGER,
|
Symbol::NUM_INTEGER,
|
||||||
vars,
|
vars,
|
||||||
at_integer_signed64,
|
at_signed64,
|
||||||
AliasKind::Structural,
|
AliasKind::Structural,
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
@ -1532,7 +1532,7 @@ fn float_type(
|
||||||
Content::Alias(
|
Content::Alias(
|
||||||
Symbol::NUM_FLOATINGPOINT,
|
Symbol::NUM_FLOATINGPOINT,
|
||||||
vars,
|
vars,
|
||||||
at_float_binary64,
|
at_binary64,
|
||||||
AliasKind::Structural,
|
AliasKind::Structural,
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue