Paketname | drift |
Beschreibung | type sensitive preprocessor for Haskell |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.2.3-2 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 1404 Byte |
Hängt ab von | libc6 (>= 2.7-1), libgmp3c2 |
Empfohlene Pakete | ghc6 |
Paketbetreuer | Arjan Oosting |
Quelle | |
Paketgröße | 468150 Byte |
Prüfsumme MD5 | ca49c88391bbff7b5c598234e3cb3c6b |
Prüfsumme SHA1 | f196bf9734e2e8426d9b88806b1c5a8be4b0b6a9 |
Prüfsumme SHA256 | a358df87db0c3df597fdbbf5d10b9525bbfe371d597666cefc9b14dc8afeaeb3 |
Link zum Herunterladen | drift_2.2.3-2_i386.deb |
Ausführliche Beschreibung | DrIFT automates instance derivation for classes that aren't supported
by the standard compilers. In addition, instances can be produced in
separate 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.
.
Features:
- DrIFT comes with a set of rules to produce instances for all
derivable classes given in the Haskell Prelude. There are also a
number of extra useful rules to derive instances of a variety of
useful classes.
- DrIFT performs import chasing to find the definition of a type.
- Code is generated using pretty-printing combinators. This means
that the output is (fairly) well formatted, and easy on the eye.
- Effort has been made to make the rule interface as easy to use as
possible. This is to allow users to add rules to generate code
specific to their own projects. As the rules are themselves
written in Haskell, the user doesn't have to learn a new language
to express rules.
|