This commit is contained in:
Ayaz Hafiz 2022-04-05 18:08:24 -04:00
parent 886e5a0c8f
commit 72b93e51f1
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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,
)
});