Paketname | libghc6-type-level-prof |
Beschreibung | Profiling libraries for type-level programming in Haskell |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.2.4-1 |
Sektion | haskell |
Priorität | extra |
Installierte Größe | 18800 Byte |
Hängt ab von | libghc6-type-level-dev (= 0.2.4-1), libghc6-base-prof-4.2.0.0-73995, libghc6-syb-prof-0.1.0.2-1e7e0, |
Empfohlene Pakete | |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-type-level |
Paketgröße | 3834088 Byte |
Prüfsumme MD5 | 53eedac283d1f616f735e2c0ef03c5f6 |
Prüfsumme SHA1 | 21aa1de3883285b29faddc322b5fe1956296ec2d |
Prüfsumme SHA256 | fe1c153930ac781ddd03c363054f984e3507a956284d7650ce1bd2045929c63b |
Link zum Herunterladen | libghc6-type-level-prof_0.2.4-1_i386.deb |
Ausführliche Beschreibung | A haskell library for performing computations on the type-level. Type-level
functions are implemented using functional dependencies of multi parameter
type classes. To date, Booleans and Numerals (Naturals and Positives) are
supported. With regard to Numerals, there is support for common arithmetic
operations (addition, substraction, multiplication, division, exponientation,
logarithm, maximum, comparison, GCD) over natural numbers (using a decimal
representation to make compile-time errors friendlier). Although making use
of type-level computations might seem devious and obfuscated at first sight,
it is indeed useful in practice to implement lightweight dependent types
such as number-parameterized types (e.g. an array type parameterized by the
array's size or a modular group type Zn parameterized by the modulus).
.
This package contains the profiling libraries compiled for GHC 6.
|