mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
successfully load package-qualified host
This commit is contained in:
parent
d008cc1d7b
commit
7123269f30
6 changed files with 242 additions and 122 deletions
|
@ -192,4 +192,8 @@ impl Scope {
|
|||
|
||||
self.aliases.insert(name, alias);
|
||||
}
|
||||
|
||||
pub fn contains_alias(&mut self, name: Symbol) -> bool {
|
||||
self.aliases.contains_key(&name)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue