The regular package
This package provides generic functionality for regular datatypes. Regular datatypes are recursive datatypes such as lists, binary trees, etc. This library cannot be used with mutually recursive datatypes or with nested datatypes. The multirec library [1] can deal with mutually recursive datatypes.
This library has been described in the paper:
A Lightweight Approach to Datatype-Generic Rewriting. Thomas van Noort, Alexey Rodriguez, Stefan Holdermans, Johan Jeuring, Bastiaan Heeren. ACM SIGPLAN Workshop on Generic Programming 2008.
More information about this library can be found at http://www.cs.uu.nl/wiki/GenericProgramming/Regular.
[1] http://hackage.haskell.org/package/multirec
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.2 |
|---|---|
| Dependencies | base (≥4.0 & <5), template-haskell (≥2.2 & <2.4) or base (≥4.0 & <5), template-haskell (≥2.4 & <2.9) |
| License | BSD3 |
| Copyright | (c) 2011 Universiteit Utrecht, 2012 University of Oxford |
| Author | Jose Pedro Magalhaes |
| Maintainer | generics@haskell.org |
| Stability | experimental |
| Category | Generics |
| Source repository | git clone git://github.com/dreixel/regular.git |
| Upload date | Wed Sep 12 13:09:12 UTC 2012 |
| Uploaded by | JosePedroMagalhaes |
| Built on | ghc-7.6 |
| Distributions | NixOS: 0.3.4.2 |
Modules
Downloads
- regular-0.3.4.2.tar.gz (Cabal source package)
- package description (included in the package)