mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Remove unused alias types
This commit is contained in:
parent
c225515a1b
commit
452b882f12
2 changed files with 4 additions and 143 deletions
|
@ -301,8 +301,6 @@ impl Aliases {
|
|||
Some((_, typ, delayed_variables, kind)) => (typ, delayed_variables, kind),
|
||||
};
|
||||
|
||||
dbg!(symbol, &typ, &delayed_variables);
|
||||
|
||||
let mut substitutions: MutMap<_, _> = Default::default();
|
||||
|
||||
for rec_var in delayed_variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue