regular: Generic programming library for regular datatypes.
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.
Versions [faq] | 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, 0.3.4.3, 0.3.4.4 |
---|---|
Change log | ChangeLog |
Dependencies | base (>=4.0 && <5), template-haskell (>=2.2 && <2.4) [details] |
License | BSD-3-Clause |
Copyright | (c) 2009 Universiteit Utrecht |
Author | Jose Pedro Magalhaes |
Maintainer | generics@haskell.org |
Category | Generics |
Uploaded | by JosePedroMagalhaes at Thu Oct 29 14:20:06 UTC 2009 |
Distributions | NixOS:0.3.4.4 |
Downloads | 7252 total (40 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Modules
[Index]
- Generics
- Generics.Regular
- Generics.Regular.Base
- Generics.Regular.Constructor
- Generics.Regular.Functions
- Generics.Regular.Functions.ConNames
- Generics.Regular.Functions.Crush
- Generics.Regular.Functions.Eq
- Generics.Regular.Functions.Fold
- Generics.Regular.Functions.GMap
- Generics.Regular.Functions.LR
- Generics.Regular.Functions.Read
- Generics.Regular.Functions.Seq
- Generics.Regular.Functions.Show
- Generics.Regular.Functions.Zip
- Generics.Regular.Selector
- Generics.Regular.TH
- Generics.Regular
Downloads
- regular-0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)