DrIFT-cabalized: Program to derive type class instances
DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations and directives from modules. The directives cause rules to be fired on the parsed type declarations, generating new code which is then appended to the bottom of the input file. The rules are expressed as Haskell code, and it is intended that the user can add new rules as required.
DrIFT automates instance derivation for classes that aren't supported by the standard compilers. In addition, instances can be produced in seperate modules to that containing the type declaration. This allows instances to be derived for a type after the original module has been compiled. As a bonus, simple utility functions can also be produced from a type.
This package was cabalized by gwern gwern0@gmail.com.
[Skip to Readme]
Downloads
- DrIFT-cabalized-2.3.0.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] | 2.2.3.1, 2.2.3.2, 2.2.3.3, 2.2.4, 2.3.0 |
---|---|
Change log | Changelog |
Dependencies | base (>=4.0 && <5), old-time, process, random [details] |
License | BSD-3-Clause |
Author | Noel Winstanley, John Meacham <john@repetae.net> |
Maintainer | gwern <gwern0@gmail.com>, Metasepi team <metasepi@gmail.com> |
Category | Data Structures |
Home page | http://repetae.net/computer/haskell/DrIFT/ |
Source repo | head: git clone https://github.com/ajhc/drift.git |
Uploaded | by KiwamuOkabe at 2013-09-03T07:10:02Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | drift-ghc, DrIFT |
Downloads | 5037 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Successful builds reported [all 15 reports] |