mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Merge branch 'trunk' into int-rem
This commit is contained in:
commit
7f05678bf8
25 changed files with 1508 additions and 842 deletions
|
@ -48,6 +48,10 @@ impl Symbol {
|
|||
IdentId((self.0 >> 32) as u32)
|
||||
}
|
||||
|
||||
pub fn is_builtin(self) -> bool {
|
||||
self.module_id().is_builtin()
|
||||
}
|
||||
|
||||
pub fn module_string<'a>(&self, interns: &'a Interns) -> &'a InlinableString {
|
||||
interns
|
||||
.module_ids
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue