Skip to content

v0.2.2

Compare
Choose a tag to compare
@mtshiba mtshiba released this 13 Aug 15:56
· 4096 commits to main since this release

In this release, type inference for general polymorphic types can now take variance into account.
For example, since the Seq(T) type is covariant with respect to T, Range(T), which implements Seq(T) as a trait, for example, is recognized as a subtype of it.