mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
WIP
This commit is contained in:
parent
3c8d675378
commit
9476f63e07
4 changed files with 55 additions and 20 deletions
|
@ -414,7 +414,7 @@ fn call_spec(
|
|||
*update_mode,
|
||||
call.arguments,
|
||||
),
|
||||
HigherOrderLowLevel { .. } => {
|
||||
HigherOrderLowLevel { op, .. } => {
|
||||
// TODO overly pessimstic
|
||||
// filter_map because one of the arguments is a function name, which
|
||||
// is not defined in the env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue