mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
lambda set unwrapping
This commit is contained in:
parent
0fa85fe91d
commit
fb123b8990
2 changed files with 72 additions and 34 deletions
|
@ -3298,6 +3298,17 @@ impl<
|
|||
});
|
||||
}
|
||||
|
||||
Layout::LambdaSet(lambda_set) => {
|
||||
Self::ptr_read(
|
||||
buf,
|
||||
storage_manager,
|
||||
layout_interner,
|
||||
ptr_reg,
|
||||
lambda_set.runtime_representation(),
|
||||
dst,
|
||||
);
|
||||
}
|
||||
|
||||
_ => todo!("unboxing of {:?}", layout_interner.dbg(element_in_layout)),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue