mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Only render exposed values
This commit is contained in:
parent
80a1ca698f
commit
38ef2a915a
5 changed files with 80 additions and 74 deletions
|
@ -11,6 +11,7 @@ use roc_types::types::Alias;
|
|||
pub struct SolvedModule {
|
||||
pub solved_types: MutMap<Symbol, SolvedType>,
|
||||
pub aliases: MutMap<Symbol, Alias>,
|
||||
pub exposed_symbols: Vec<Symbol>,
|
||||
pub exposed_vars_by_symbol: MutMap<Symbol, Variable>,
|
||||
pub problems: Vec<solve::TypeError>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue