mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Add mono Expr::ErasedMake
This commit is contained in:
parent
3e3d3cc7f3
commit
2c838aa5c2
12 changed files with 162 additions and 12 deletions
|
@ -1126,6 +1126,7 @@ pub(crate) fn build_exp_expr<'a, 'ctx>(
|
|||
)
|
||||
}
|
||||
|
||||
ErasedMake { .. } => todo_lambda_erasure!(),
|
||||
FunctionPointer { .. } => todo_lambda_erasure!(),
|
||||
|
||||
Reset {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue