Skip to content

v0.2.0

Compare
Choose a tag to compare
@sjrd sjrd released this 21 Oct 16:56
· 691 commits to main since this release
89a8f6e
  • Subtyping: tpe1.isSubtype(tpe2) tests whether tpe1 is a subtype of tpe2
  • Overriding relationships: new methods in TermOrTypeSymbol to follow overriding relationships (to the super classes, or to subclasses)
  • Bug fixes: #168, #167