The uniplate package
Uniplate is library for writing simple and concise generic operations. Uniplate has similar goals to the original Scrap Your Boilerplate work, but is substantially simpler and faster. The Uniplate manual is available at http://community.haskell.org/~ndm/darcs/uniplate/uniplate.htm.
To get started with Uniplate you should import one of the three following modules:
Data.Generics.Uniplate.Data - to quickly start writing generic functions. Most users should start by importing this module.
Data.Generics.Uniplate.Direct - a replacement for Data.Generics.Uniplate.Data with substantially higher performance (around 5 times), but requires writing instance declarations.
Data.Generics.Uniplate.Operations - definitions of all the operations defined by Uniplate. Both the above two modules re-export this module.
In addition, some users may want to make use of the following modules:
Data.Generics.Uniplate.Zipper - a zipper built on top of Uniplate instances.
Data.Generics.SYB - users transitioning from the Scrap Your Boilerplate library.
Data.Generics.Compos - users transitioning from the Compos library.
Data.Generics.Uniplate.DataOnly - users making use of both Data and Direct to avoid getting instance conflicts.
Properties
| Versions | 1.0, 1.0.1, 1.2, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.3, 1.4, 1.5, 1.5.1, 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.6.9, 1.6.10 |
|---|---|
| Dependencies | base (3.*), containers or base (≥4 & <4.4), containers, syb or base (≥4.4 & <5), containers, hashable (≥1.1.2.3 & <1.2), syb, unordered-containers (≥0.1 & <0.3) |
| License | BSD3 |
| Copyright | Neil Mitchell 2006-2012 |
| Author | Neil Mitchell <ndmitchell@gmail.com> |
| Maintainer | Neil Mitchell <ndmitchell@gmail.com> |
| Category | Generics |
| Home page | http://community.haskell.org/~ndm/uniplate/ |
| Source repository | darcs get http://community.haskell.org/~ndm/darcs/uniplate/ |
| Upload date | Thu Mar 8 11:30:25 UTC 2012 |
| Uploaded by | NeilMitchell |
| Built on | ghc-7.4 |
| Distributions | Fedora: 1.6.7, NixOS: 1.6.10, Debian: 1.6.7, FreeBSD: 1.6.10 |
Modules
Downloads
- uniplate-1.6.7.tar.gz (Cabal source package)
- package description (included in the package)