mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
disable Nat for now
This commit is contained in:
parent
814cf8700b
commit
b186ccc370
3 changed files with 15 additions and 14 deletions
|
@ -813,7 +813,7 @@ fn type_to_variable(
|
|||
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