Skip to content

Commit

Permalink
refactor: remove TypeAliasType (unify with TypeDeclType)
Browse files Browse the repository at this point in the history
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
hishamhm committed Sep 4, 2024
1 parent 98044e3 commit 8f89ec7
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 180 deletions.
Loading

0 comments on commit 8f89ec7

Please sign in to comment.