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


Paketnamehaskell-convertible-doc
BeschreibungTypeclasses and instances for converting between types, documentation
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.0.9-1
Sektionuniverse/doc
Prioritätoptional
Installierte Größe692 Byte
Hängt ab von
Empfohlene Paketeghc6-doc
PaketbetreuerUbuntu Developers
Quellehaskell-convertible
Paketgröße34472 Byte
Prüfsumme MD58d905549a594f26543246c350182e69e
Prüfsumme SHA1a0b0f6c11d63096751cf08e620cb5d710c94fffb
Prüfsumme SHA2561aaf3b76722fc705fab8167fabcae17512ae98fe923adeaa86bf8d3bec1278e2
Link zum Herunterladenhaskell-convertible-doc_1.0.9-1_all.deb
Ausführliche Beschreibungconvertible provides a typeclass with a single function that is designed to help convert between different types: numeric values, dates and times, and the like. The conversions perform bounds checking and return a pure Either value. This means that you need not remember which specific function performs the conversion you desire. . Also included in the package are optional instances that provide conversion for various numeric and time types, as well as utilities for writing your own instances. . Finally, there is a function that will raise an exception on bounds-checking violation, or return a bare value otherwise, implemented in terms of the safer function described above. . Convertible is also used by HDBC 2.0 for handling marshalling of data to/from databases. . Convertible is backed by an extensive test suite and passes tests on GHC and Hugs. . This package provides documentation on the Convertible API.


Impressum
Linux is a registered trademark of Linus Torvalds