Paketname | libghc6-convertible-dev |
Beschreibung | Typeclasses and instances for converting between types, GHC package |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0.9-3 |
Sektion | haskell |
Priorität | extra |
Installierte Größe | 3676 Byte |
Hängt ab von | libghc6-base-dev-4.2.0.0-73995, libghc6-bytestring-dev-0.9.1.5-2d4a9, libghc6-containers-dev-0.3.0.0 |
Empfohlene Pakete | |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-convertible |
Paketgröße | 547692 Byte |
Prüfsumme MD5 | 52d788065110f3f5f70bfd903eb166cf |
Prüfsumme SHA1 | 0e9d0067d14e11bd7244487a05e47bbfc13df2c4 |
Prüfsumme SHA256 | 7f896fb61b608752659f3e1f2fb8e5396ff49ceefc0701e65d2cfff4121bb5ce |
Link zum Herunterladen | libghc6-convertible-dev_1.0.9-3_i386.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.
|