Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove TypeAliasType (unify with TypeDeclType)
The TypeAliasType is now a case of TypeDeclType, where `is_alias` is true, and `def` is always a NominalType (asserts are sprinkled in the code to check this).
- Loading branch information