Popularity
6.1
Growing
Activity
0.0
Stable
19
3
0
Monthly Downloads: 13
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.
-
generic-lens
Generically derive traversals, lenses, and prisms. -
generic-records
Generically derive traversals, lenses, and prisms. -
generic-deriving
Generic programming library for generalised deriving. -
uniplate
Haskell library for simple, concise and fast generic operations. -
records-sop
Experimental implementation of generic record subtyping -
generic-override-aeson
Override instances used by Haskell's generic derivation -
generics-eot
A library for generic programming that aims to be easy to understand -
Capabilities
A Haskell library providing separation of effects on the type level, effectively splitting up the monolithic IO-monad into more limited capabilities. -
GenericPretty
A generic, derivable, haskell pretty printer - Research project, summer of 2011 -
generic-lens-labels
GHC.OverloadedLabels.IsLabel instance for lenses from ghc-generics -
compdata-param
Haskell library implementing parametric compositional data types. -
instant-generics
Code repository for the instant-generics library -
geniplate-mirror
Use TH to generate uniplate-like functions. -
Strafunski-StrategyLib
Cabalized version of the StrategyLib library from Strafunski -
text-generic-pretty
A generic, derivable, haskell pretty printer - Research project, summer of 2011 -
xformat
Extensible, typed, scanf- and printf-like functions for formatted reading and showing in Haskell -
regular-extras
Code repository for the regular-extras library -
projection
Projection function for arbitrarily nested binary product types. -
church
Automatically convert Generic instances to and from church representations -
Annotations
Constructing, analyzing and destructing annotated trees -
deriving-show-simple
Derive a Show instance without field selector names -
compdata-fixplate
Compdata basics implemented on top of Fixplate -
generic-optics-lite
Monomorphic field opics like with generic-lens -
generic-lens-lite
Monomorphic field lens like with generic-lens
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
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!