DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibghc6-type-level-prof
BeschreibungProfiling libraries for type-level programming in Haskell
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.2.4-1
Sektionhaskell
Prioritätextra
Installierte Größe18800 Byte
Hängt ab vonlibghc6-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
PaketbetreuerDebian Haskell Group
Quellehaskell-type-level
Paketgröße3834088 Byte
Prüfsumme MD553eedac283d1f616f735e2c0ef03c5f6
Prüfsumme SHA121aa1de3883285b29faddc322b5fe1956296ec2d
Prüfsumme SHA256fe1c153930ac781ddd03c363054f984e3507a956284d7650ce1bd2045929c63b
Link zum Herunterladenlibghc6-type-level-prof_0.2.4-1_i386.deb
Ausführliche BeschreibungA 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.


Impressum
Linux is a registered trademark of Linus Torvalds