@hackage / multiplate

Lightweight generic library for mutually recursive data types.

Latest0.0.3

About

Metadata

  • Last updated , by GeorgeWilson
  • License MIT
  • Categories Generics, Lenses
  • Maintained by: Russell O'Connor <roconnor@theorem.ca>

  • Lottery factor: 0

Links

Installation

Readme

Multiplate is an alternative extension of the Uniplate/Compos core library to support mutally recursive datatypes in a way that is as powerful as Compos, as easy to use as Biplate, and more portable than both of them. Multiplate does not require GADTs and does not require multi-parameter type classes. It only requires rank 3 polymorphism.