mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
format
This commit is contained in:
parent
62e93dd921
commit
f86f2e2bdd
1 changed files with 1 additions and 2 deletions
|
@ -301,8 +301,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
|
||||
ListIsUnique => self.load_args_and_call_zig(backend, bitcode::LIST_IS_UNIQUE),
|
||||
|
||||
ListMap | ListMap2 | ListMap3 | ListMap4 | ListSortWith
|
||||
| DictWalk => {
|
||||
ListMap | ListMap2 | ListMap3 | ListMap4 | ListSortWith | DictWalk => {
|
||||
internal_error!("HigherOrder lowlevels should not be handled here")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue