Paketname | libghc6-convertible-doc |
Beschreibung | Typeclasses and instances for converting between types, documentation |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0.9-3 |
Sektion | doc |
Priorität | extra |
Installierte Größe | 688 Byte |
Hängt ab von | |
Empfohlene Pakete | ghc6-doc |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-convertible |
Paketgröße | 36114 Byte |
Prüfsumme MD5 | b39ef3109436cf8452e8775f49df299b |
Prüfsumme SHA1 | 7a5f15b97280d4dad7601d6e176fc39a5afd7368 |
Prüfsumme SHA256 | 40482f87f6d0685662f1ec9719f1750e723e9481efee61eb1d42ab518c589c1c |
Link zum Herunterladen | libghc6-convertible-doc_1.0.9-3_all.deb |
Ausführliche Beschreibung | convertible 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.
|