mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 09:07:21 +00:00
Move desugaring to new roc_can_solo crate
This commit is contained in:
parent
b183ba19ae
commit
fce14d31b0
72 changed files with 3294 additions and 2630 deletions
|
@ -986,6 +986,10 @@ macro_rules! define_builtins {
|
|||
self.to_zero_indexed() < $total
|
||||
}
|
||||
|
||||
pub const fn first_after_builtins() -> Self {
|
||||
ModuleId::from_zero_indexed($total)
|
||||
}
|
||||
|
||||
$(
|
||||
pub const $module_const: ModuleId = ModuleId::from_zero_indexed($module_id);
|
||||
)+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue