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
Upstream Derived from kittens (#268)
* Upstream Derived from kittens
It's slightly different, also added type aliases to express:
`[F[_]: Functor |: Derived]` which basically means using `Functor`
from implicit scope or else derive one.
* Add tests