Paketname | libghc6-convertible-prof |
Beschreibung | Typeclasses and instances for converting between types, GHC profiling package |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.0.9-1 |
Sektion | universe/libdevel |
Priorität | optional |
Installierte Größe | 3448 Byte |
Hängt ab von | libghc6-convertible-dev (= 1.0.9-1), libghc6-base-prof-4.2.0.0-73995, libghc6-bytestring-prof-0.9.1. |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | haskell-convertible |
Paketgröße | 528252 Byte |
Prüfsumme MD5 | 1a3999e6637f8cb29fde93fd6c217077 |
Prüfsumme SHA1 | 0cd8e3f74e100112a84d49190171ac2154bc9cf4 |
Prüfsumme SHA256 | d34cb0efbcdd6e8c26f3d5eb8df7e228664047d3a5d30195679ff30049f45a2a |
Link zum Herunterladen | libghc6-convertible-prof_1.0.9-1_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.
|