mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge remote-tracking branch 'origin/trunk' into alias-nominal-equality
This commit is contained in:
commit
894ef2b7b2
28 changed files with 60 additions and 117 deletions
|
@ -114,7 +114,7 @@ impl Pools {
|
|||
pub fn split_last(&self) -> (&Vec<Variable>, &[Vec<Variable>]) {
|
||||
self.0
|
||||
.split_last()
|
||||
.unwrap_or_else(|| panic!("Attempted to split_last() on non-empy Pools"))
|
||||
.unwrap_or_else(|| panic!("Attempted to split_last() on non-empty Pools"))
|
||||
}
|
||||
|
||||
pub fn extend_to(&mut self, n: usize) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue