remove LikeARoseTree

This commit is contained in:
Folkert 2021-06-21 21:07:49 +02:00
parent 65f4ff9663
commit ab8e0c756d
3 changed files with 1 additions and 13 deletions

View file

@ -1440,12 +1440,6 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
structure,
wrapped: Wrapped::RecordOrSingleTagUnion,
..
}
| AccessAtIndex {
index,
structure,
wrapped: Wrapped::LikeARoseTree,
..
} => {
// extract field from a record
match load_symbol_and_layout(scope, structure) {