mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
stop scope diffing in when canonicalization
This commit is contained in:
parent
984ef53e75
commit
2d0a9c8531
3 changed files with 17 additions and 24 deletions
|
@ -104,10 +104,6 @@ impl Scope {
|
|||
self.idents.contains_key(ident)
|
||||
}
|
||||
|
||||
pub fn contains_symbol(&self, symbol: Symbol) -> bool {
|
||||
self.symbols.contains_key(&symbol)
|
||||
}
|
||||
|
||||
pub fn num_idents(&self) -> usize {
|
||||
self.idents.len()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue