mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
mono: delete HigherOrder variant ListMapWithIndex
This commit is contained in:
parent
eb2ac4c82b
commit
a5a85d7d73
6 changed files with 5 additions and 84 deletions
|
@ -2072,7 +2072,7 @@ pub fn call_higher_order_lowlevel<'a>(
|
|||
*owns_captured_environment,
|
||||
),
|
||||
|
||||
ListMapWithIndex { .. } | ListSortWith { .. } | DictWalk { .. } => todo!("{:?}", op),
|
||||
ListSortWith { .. } | DictWalk { .. } => todo!("{:?}", op),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue