Popularity
6.2
Growing
Activity
0.0
Stable
20
4
0

Monthly Downloads: 15
Programming language: Haskell
License: MIT License
Tags: Generics    
Latest version: v0.0.7

iso-deriving alternatives and similar packages

Based on the "Generics" category.
Alternatively, view iso-deriving alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of iso-deriving or a related project?

Add another 'Generics' Package

README

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!