Add mono Expr::ErasedMake

This commit is contained in:
Ayaz Hafiz 2023-07-02 11:31:10 -05:00
parent 3e3d3cc7f3
commit 2c838aa5c2
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
12 changed files with 162 additions and 12 deletions

View file

@ -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),