mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Merge pull request #2750 from rtfeldman/delay-instantiating-aliases-fix-limitations
Delay instantiating aliases fix limitations
This commit is contained in:
commit
3f07afe3b5
8 changed files with 291 additions and 102 deletions
|
@ -13,7 +13,7 @@ pub struct SolvedModule {
|
|||
|
||||
/// all aliases and their definitions. this has to include non-exposed aliases
|
||||
/// because exposed aliases can depend on non-exposed ones)
|
||||
pub aliases: MutMap<Symbol, Alias>,
|
||||
pub aliases: MutMap<Symbol, (bool, Alias)>,
|
||||
|
||||
/// Used when the goal phase is TypeChecking, and
|
||||
/// to create the types for HostExposed. This
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue