pugs-DrIFT: DrIFT with pugs-specific rules.
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.
[Skip to Readme]
Downloads
- pugs-DrIFT-2.2.3.1.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.0, 2.2.3.1, 2.2.3.2, 2.2.3.20110925, 2.2.3.20120203, 2.2.3.20120717, 2.2.3.20130611, 2.2.3.20150815 |
---|---|
Change log | ChangeLog |
Dependencies | base (<4), bytestring, containers, haskell98, HsSyck, mtl, pretty, stm, utf8-string [details] |
License | BSD-3-Clause |
Author | Noel Winstanley |
Maintainer | Audrey Tang <audreyt@audreyt.org> |
Category | Pugs |
Home page | http://pugscode.org/ |
Uploaded | by AudreyTang at 2009-07-19T23:06:50Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Executables | pugs-DrIFT |
Downloads | 5898 total (28 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] |