mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
add new Expr variants
This commit is contained in:
parent
3510bad1d5
commit
b3b3b8790c
7 changed files with 80 additions and 0 deletions
|
@ -1511,6 +1511,7 @@ fn expr_spec<'a>(
|
|||
|
||||
builder.add_make_named(block, MOD_APP, type_name, tag_value_id)
|
||||
}
|
||||
ExprBox { .. } | ExprUnbox { .. } => todo!(),
|
||||
Struct(fields) => build_tuple_value(builder, env, block, fields),
|
||||
UnionAtIndex {
|
||||
index,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue