mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Add mono Expr::ErasedMake
This commit is contained in:
parent
3e3d3cc7f3
commit
2c838aa5c2
12 changed files with 162 additions and 12 deletions
|
@ -1141,6 +1141,7 @@ impl<'a, 'r> WasmBackend<'a, 'r> {
|
|||
Expr::ExprUnbox { symbol: arg_sym } => self.expr_unbox(sym, *arg_sym),
|
||||
|
||||
Expr::FunctionPointer { .. } => todo_lambda_erasure!(),
|
||||
Expr::ErasedMake { .. } => todo_lambda_erasure!(),
|
||||
|
||||
Expr::Reset { symbol: arg, .. } => self.expr_reset(*arg, sym, storage),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue