mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
fixing List.all on empty list to be true
This commit is contained in:
parent
81f0f46132
commit
c5484a9ad3
2 changed files with 2 additions and 2 deletions
|
@ -1136,7 +1136,7 @@ pub fn listAll(
|
|||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
// SWAP ELEMENTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue