mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-12 23:06:18 +00:00
return record containing function
This commit is contained in:
parent
178e5ad425
commit
b7119e9b3a
7 changed files with 172 additions and 29 deletions
|
@ -9647,6 +9647,9 @@ where
|
|||
lambda_set_id = lambda_set_id.next();
|
||||
|
||||
stack.push(layout_interner.get(lambda_set.runtime_representation()));
|
||||
|
||||
// TODO: figure out if we need to look at the other layouts
|
||||
// stack.push(layout_interner.get(lambda_set.ret));
|
||||
}
|
||||
Layout::RecursivePointer(_) => {
|
||||
/* do nothing, we've already generated for this type through the Union(_) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue