uniplate: Help writing simple, concise and fast generic operations.
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
andDirect
to avoid getting instance conflicts.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
typeable_fingerprint | Enabled | |
separate_syb | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- uniplate-1.6.12.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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, 1.6.11, 1.6.12, 1.6.13 |
---|---|
Dependencies | base (>=3 && <5), containers, hashable (>=1.1.2.3), syb, unordered-containers (>=0.2.1) [details] |
License | BSD-3-Clause |
Copyright | Neil Mitchell 2006-2013 |
Author | Neil Mitchell <ndmitchell@gmail.com> |
Maintainer | Neil Mitchell <ndmitchell@gmail.com> |
Revised | Revision 1 made by NeilMitchell at 2019-05-30T08:17:57Z |
Category | Generics |
Home page | http://community.haskell.org/~ndm/uniplate/ |
Source repo | head: git clone https://github.com/ndmitchell/uniplate.git |
Uploaded | by NeilMitchell at 2013-10-26T21:17:05Z |
Distributions | Arch:1.6.13, Debian:1.6.12, Fedora:1.6.13, FreeBSD:1.6.12, LTSHaskell:1.6.13, NixOS:1.6.13, Stackage:1.6.13, openSUSE:1.6.13 |
Reverse Dependencies | 99 direct, 4127 indirect [details] |
Downloads | 162593 total (286 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |