mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Fix List.len monomorphization
This commit is contained in:
parent
750523ba5c
commit
f350c0ed52
6 changed files with 69 additions and 37 deletions
|
@ -177,7 +177,7 @@ lazy_static! {
|
|||
std::sync::Mutex::new(roc_collections::all::MutMap::default());
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Default)]
|
||||
pub struct Interns {
|
||||
pub module_ids: ModuleIds,
|
||||
pub all_ident_ids: MutMap<ModuleId, IdentIds>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue