mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
stop making solved types for non-builtins
This commit is contained in:
parent
9333d0a0e0
commit
364bc81dc4
2 changed files with 0 additions and 4 deletions
|
@ -9,7 +9,6 @@ use roc_types::types::Alias;
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct SolvedModule {
|
||||
pub solved_types: MutMap<Symbol, SolvedType>,
|
||||
pub aliases: MutMap<Symbol, Alias>,
|
||||
pub exposed_symbols: Vec<Symbol>,
|
||||
pub exposed_vars_by_symbol: Vec<(Symbol, Variable)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue