mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Add Expr::ErasedLoad
This commit is contained in:
parent
2c838aa5c2
commit
283b9d53d6
11 changed files with 92 additions and 17 deletions
|
@ -1126,8 +1126,9 @@ pub(crate) fn build_exp_expr<'a, 'ctx>(
|
|||
)
|
||||
}
|
||||
|
||||
ErasedMake { .. } => todo_lambda_erasure!(),
|
||||
FunctionPointer { .. } => todo_lambda_erasure!(),
|
||||
ErasedMake { .. } => todo_lambda_erasure!(),
|
||||
ErasedLoad { .. } => todo_lambda_erasure!(),
|
||||
|
||||
Reset {
|
||||
symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue