mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Hide lambda set runtime representation
This commit is contained in:
parent
fa8effd3e8
commit
45aa9768f7
2 changed files with 22 additions and 25 deletions
|
@ -5804,7 +5804,7 @@ where
|
|||
|
||||
debug_assert_eq!(
|
||||
Layout::struct_no_name_order(field_layouts),
|
||||
lambda_set.runtime_representation(&layout_cache.interner)
|
||||
layout_cache.get_in(lambda_set.runtime_representation())
|
||||
);
|
||||
|
||||
let expr = Expr::Struct(symbols);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue