mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Add mono Expr::ErasedMake
This commit is contained in:
parent
3e3d3cc7f3
commit
2c838aa5c2
12 changed files with 162 additions and 12 deletions
|
@ -1522,6 +1522,7 @@ fn expr_spec<'a>(
|
|||
builder.add_make_named(block, MOD_APP, type_name, value)
|
||||
}
|
||||
FunctionPointer { .. } => todo_lambda_erasure!(),
|
||||
ErasedMake { .. } => todo_lambda_erasure!(),
|
||||
RuntimeErrorFunction(_) => {
|
||||
let type_id = layout_spec(env, builder, interner, interner.get_repr(layout))?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue