Skip to content

Generators with more dependencies

Compare
Choose a tag to compare
@MateuszKubuszok MateuszKubuszok released this 11 Sep 00:12
· 47 commits to master since this release

If a type class required more smaller instances than just of the same kind as itself (e.g. cats.Show derivations might require not only other Shows but also Typeable) it was impossible to derive such instance, but now it is.