-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
unsafeCast :: J a -> J bHowever, 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!
Metadata
Metadata
Assignees
Labels
No labels