mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
remove LikeARoseTree
This commit is contained in:
parent
65f4ff9663
commit
ab8e0c756d
3 changed files with 1 additions and 13 deletions
|
@ -896,10 +896,6 @@ fn expr_spec(
|
|||
Wrapped::RecordOrSingleTagUnion => {
|
||||
builder.add_get_tuple_field(block, value_id, *index as u32)
|
||||
}
|
||||
Wrapped::LikeARoseTree => {
|
||||
let result_type = layout_spec(builder, layout)?;
|
||||
builder.add_unknown_with(block, &[value_id], result_type)
|
||||
}
|
||||
}
|
||||
}
|
||||
Array { elem_layout, elems } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue