generics-mrsop: Generic Programming with Mutually Recursive Sums of Products.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A library that supports generic programming for mutually recursive families in the sum-of-products style.

A couple usage examples can be found under Generics.MRSOP.Examples


[Skip to Readme]

Properties

Versions 1.0.0.1, 1.2.2, 2.0.0, 2.1.0, 2.1.0, 2.2.0, 2.3.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <=5), containers, mtl, template-haskell [details]
License MIT
Author Victor Miraldo and Alejandro Serrano
Maintainer v.cacciarimiraldo@gmail.com
Category Generics
Source repo head: git clone https://github.com/VictorCMiraldo/generics-mrsop
this: git clone https://github.com/VictorCMiraldo/generics-mrsop(tag v2.1.0)
Uploaded by vcmiraldo at 2019-07-24T09:46:26Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for generics-mrsop-2.1.0

[back to package description]

generics-mrsop

Generic Programming, with combinators, for Mutually Recursive Families in the Sums of Products style.

Check the Generics.MRSOP.Examples.RoseTreeTH for a simple quick start, or read our paper, "Sums of Products for Mutually Recursive Datatypes", for a more detailed description.