Hi, are there any plans to add support for Java inheritance? From scanning the docs, all I found was
upcast :: J a -> J (Class "java.lang.Object")
and
However, it would be nice to have some sort of
upcast :: Extends a b => J b -> J a
instance Extends a (J (Class "java.lang.Object"))
instead.
Thanks!
Hi, are there any plans to add support for Java inheritance? From scanning the docs, all I found was
and
However, it would be nice to have some sort of
instead.
Thanks!