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

[ generics, library, mit ] [ Propose Tags ]

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]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.1, 1.2.2, 2.0.0, 2.1.0, 2.2.0, 2.3.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <=4.12), containers, mtl, template-haskell [details]
License MIT
Author Victor Miraldo and Alejandro Serrano
Maintainer v.cacciarimiraldo@gmail.com
Revised Revision 1 made by vcmiraldo at 2018-08-17T13:02:34Z
Category Generics
Source repo head: git clone https://github.com/VictorCMiraldo/generics-mrsop
this: git clone https://github.com/VictorCMiraldo/generics-mrsop(tag 1.0.0.1)
Uploaded by vcmiraldo at 2018-05-24T14:21:07Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 2928 total (18 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-24 [all 1 reports]

Readme for generics-mrsop-1.0.0.1

[back to package description]

generics-mrsop

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

Check the Generics.MRSOP.Examples.RoseTreeTH for a quick start.