mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 23:36:29 +00:00
module: delete LowLevel enum variant ListMapWithIndex
This commit is contained in:
parent
a129e0458c
commit
eb2ac4c82b
5 changed files with 4 additions and 13 deletions
|
@ -5976,7 +5976,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
set
|
||||
}
|
||||
|
||||
ListMap | ListMap2 | ListMap3 | ListMap4 | ListMapWithIndex | ListSortWith | DictWalk => {
|
||||
ListMap | ListMap2 | ListMap3 | ListMap4 | ListSortWith | DictWalk => {
|
||||
unreachable!("these are higher order, and are handled elsewhere")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue