DrIFT-cabalized-2.2.3.3: Program to derive type class instances

The DrIFT-cabalized package

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.

Properties

Versions2.2.3.1, 2.2.3.2, 2.2.3.3
Dependenciesbase (≥4.0 & <5), old-time, process, random
LicenseBSD3
AuthorNoel Winstanley, John Meacham <john@repetae.net>
Maintainer<gwern0@gmail.com>, Kiwamu Okabe <kiwamu@debian.or.jp>
CategoryData Structures
Home pagehttp://repetae.net/computer/haskell/DrIFT/
Source repositorygit clone https://github.com/ajhc/drift.git
ExecutablesDrIFT-cabalized-ghc, DrIFT-cabalized
Upload dateThu Mar 28 13:32:07 UTC 2013
Uploaded byKiwamuOkabe

Downloads