mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Remove other references to private tags in code
This commit is contained in:
parent
2ab01107d3
commit
55706ae5c4
8 changed files with 32 additions and 99 deletions
|
@ -7,7 +7,7 @@ use roc_region::all::{Loc, Region};
|
|||
|
||||
/// The canonicalization environment for a particular module.
|
||||
pub struct Env<'a> {
|
||||
/// The module's path. Private tags and unqualified references to identifiers
|
||||
/// The module's path. Opaques and unqualified references to identifiers
|
||||
/// are assumed to be relative to this path.
|
||||
pub home: ModuleId,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue