mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge branch 'int-float-size-gen' into temp_numbers
This commit is contained in:
commit
c33cab57f2
14 changed files with 493 additions and 85 deletions
|
@ -414,8 +414,8 @@ fn fix_values_captured_in_closure_expr(
|
|||
}
|
||||
|
||||
Num(_, _)
|
||||
| Int(_, _)
|
||||
| Float(_, _)
|
||||
| Int(_, _, _)
|
||||
| Float(_, _, _)
|
||||
| Str(_)
|
||||
| Var(_)
|
||||
| EmptyRecord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue