obiwan87 / odin-intellij

Odin Support plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/22933-odin-support
MIT License
37 stars 3 forks source link

Full support for type aliasing #35

Closed obiwan87 closed 1 month ago

obiwan87 commented 5 months ago

The current support for type aliasing doesn't consider "distinct". This does not affect type inference, however, type checking (which will be implemented in the future) needs to know whether a type is distinctly aliased or not.

obiwan87 commented 1 month ago

Added with abebbcc and 2a45e39