gdiff-th: Generate gdiff GADTs and Instances.
Generate gdiff GADTs and Instances. Alpha, but suprisingly functional. Very useful for unit testing large data structures. I have tested it on a few very large collections of types and it appears to work. Although, when I tried to compare two versions of a hackage package with src-exts the (GDiff) performance is terrible. In my personal experience of using gdiff in unit testing, the performance has be great. Your mileage may vary.
I wouldn't use it for sending patches over the wire or anything like that,
I am not convinced there are no bugs in my code yet. There are examples in the examples
directory of the
cabal tarball. Also the main module includes an example in the documentation.
New in 0.1.0.0 : It's functional.
New in 0.1.0.4 : Builds on GHC 7.6.1, 7.4.2, and 7.0.3
Downloads
- gdiff-th-0.1.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.0.1, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7 |
---|---|
Dependencies | base (>=4.0 && <=6.0), containers, gdiff (>=1.0 && <1.1), mtl (>=2.1 && <2.2), template-haskell (<2.9.0), th-expand-syns (>=0.3 && <0.4), uniplate (>=1.6 && <1.7) [details] |
Tested with | ghc ==7.6.1 |
License | BSD-3-Clause |
Copyright | (c) 2012 Jonathan Fischoff |
Author | Jonathan Fischoff |
Maintainer | jonathangfischoff@gmail.com |
Category | Generics, Testing |
Home page | https://github.com/jfischoff/gdiff-th |
Bug tracker | https://github.com/jfischoff/gdiff-th/issues |
Source repo | head: git clone git://github.com/jfischoff/gdiff-th.git |
Uploaded | by JonathanFischoff at 2012-10-24T01:34:04Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7161 total (26 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |