mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
add comment
This commit is contained in:
parent
0a0442657f
commit
099f684a92
1 changed files with 1 additions and 0 deletions
|
@ -800,6 +800,7 @@ fn type_to_variable(
|
|||
// the rank of these variables is NONE (encoded as 0 in practice)
|
||||
// using them for other ranks causes issues
|
||||
if rank.is_none() {
|
||||
// TODO replace by arithmetic?
|
||||
match *symbol {
|
||||
Symbol::NUM_I128 => return Variable::I128,
|
||||
Symbol::NUM_I64 => return Variable::I64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue