mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-20 02:29:47 +00:00
implement mono / lowering for tuples
This commit is contained in:
parent
65f8bb3d0d
commit
5a6be05ead
42 changed files with 1773 additions and 290 deletions
|
@ -403,7 +403,7 @@ fn contains_unexposed_type(
|
|||
|
||||
false
|
||||
}
|
||||
Tuple { fields, ext } => {
|
||||
Tuple { elems: fields, ext } => {
|
||||
if let Some(loc_ext) = ext {
|
||||
if contains_unexposed_type(&loc_ext.value, exposed_module_ids, module_ids) {
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue