Popularity
6.2
Declining
Activity
2.3
-
20
3
1
Monthly Downloads: 3
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.
-
Capabilities
A Haskell library providing separation of effects on the type level, effectively splitting up the monolithic IO-monad into more limited capabilities. -
xformat
Extensible, typed, scanf- and printf-like functions for formatted reading and showing in Haskell
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of iso-deriving or a related project?
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!