You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current docs generated with Jazzy show only the methods that a class declares itself, but not the ones inherited from superclass or superclass conformance extensions. For instance, Id shows only 5 methods, but ForId conforms to a number of typeclasses that add methods to Kind<ForId, A>, which is the superclass of Id<A>.
It would be convenient to show those methods in Id<A> for discoverability. However, I am not sure if Jazzy has this feature. We'd need to investigate more to find a solution.
The text was updated successfully, but these errors were encountered:
Description
The current docs generated with Jazzy show only the methods that a class declares itself, but not the ones inherited from superclass or superclass conformance extensions. For instance,
Id
shows only 5 methods, butForId
conforms to a number of typeclasses that add methods toKind<ForId, A>
, which is the superclass ofId<A>
.It would be convenient to show those methods in
Id<A>
for discoverability. However, I am not sure if Jazzy has this feature. We'd need to investigate more to find a solution.The text was updated successfully, but these errors were encountered: