intrinsic-superclasses

A quasiquoter for better instance deriving and default methods

https://github.com/daig/intrinsic-superclasses#readme

Latest on Hackage:0.4.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Dai
Maintained by [email protected]

A template haskell utility inspired by the Intrinsic Superclasses Proposal, which allows defining all superclass methods at the "root" subclass of the heirarchy in one declaration, rather than an instance declaration per class. Also permits defining superclass method defaults with the subclass for greater flexibility than the DefaultSignatures extension