mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix mono tests
This commit is contained in:
parent
8b490b6221
commit
1708484eb5
4 changed files with 743 additions and 674 deletions
|
@ -560,7 +560,10 @@ fn layout_from_flat_type<'a>(
|
|||
|
||||
Ok(Layout::Closure(fn_args, closure_layout, ret))
|
||||
}
|
||||
Wrapped(_tags) => todo!(),
|
||||
Wrapped(_tags) => {
|
||||
// Wrapped(Vec<'a, (TagName, &'a [Layout<'a>])>),
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue