Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 371 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 371 Bytes

iso-deriving

The GHC extension DerivingVia allow derivation through a specific morphism: coerce. This library helps generalizing DerivingVia to arbitrary morphisms. This is particularly useful for prototypes and specifications of instances.

See this blog post for more details!