mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
optimize NAT
This commit is contained in:
parent
9c551a0276
commit
7c2e8cd812
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ fn type_to_variable<'a>(
|
|||
Symbol::NUM_U16 => return Variable::U16,
|
||||
Symbol::NUM_U8 => return Variable::U8,
|
||||
|
||||
// Symbol::NUM_NAT => return Variable::NAT,
|
||||
Symbol::NUM_NAT => return Variable::NAT,
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue