mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Add TODO to use interner
This commit is contained in:
parent
11f37eeb59
commit
29b4ca0340
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ use crate::{foreign_symbol::ForeignSymbols, mono_type::MonoTypes, DebugInfo};
|
|||
pub struct MonoModule {
|
||||
mono_types: MonoTypes,
|
||||
foreign_symbols: ForeignSymbols,
|
||||
// TODO [mono2]: interner type
|
||||
interned_strings: Vec<String>,
|
||||
debug_info: DebugInfo,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue