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

@ -1126,6 +1126,7 @@ pub(crate) fn build_exp_expr<'a, 'ctx>(
)
}
ErasedMake { .. } => todo_lambda_erasure!(),
FunctionPointer { .. } => todo_lambda_erasure!(),
Reset {