mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Merge branch 'trunk' into rename-map-to-dict
This commit is contained in:
commit
6d977fef58
41 changed files with 2183 additions and 1438 deletions
|
@ -12,6 +12,11 @@ impl Ident {
|
|||
}
|
||||
}
|
||||
|
||||
pub struct QualifiedModuleName<'a> {
|
||||
pub opt_package: Option<&'a str>,
|
||||
pub module: ModuleName,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub struct ModuleName(InlinableString);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue