mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
remove usize in mono
This commit is contained in:
parent
073d5205ca
commit
2033f1f430
4 changed files with 81 additions and 118 deletions
|
@ -1718,7 +1718,7 @@ fn builtin_spec(
|
|||
use Builtin::*;
|
||||
|
||||
match builtin {
|
||||
Int(_) | Usize | Bool => builder.add_tuple_type(&[]),
|
||||
Int(_) | Bool => builder.add_tuple_type(&[]),
|
||||
Decimal | Float(_) => builder.add_tuple_type(&[]),
|
||||
Str | EmptyStr => str_type(builder),
|
||||
Dict(key_layout, value_layout) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue