convertible: Typeclasses and instances for converting between types
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 and from databases.
Convertible is backed by an extensive test suite and passes tests on GHC and Hugs.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
splitbase | Choose the new smaller, split-up base package. | Enabled |
buildtests | Build the executable to run unit tests | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- convertible-1.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.0, 1.0.1, 1.0.3, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.9.1, 1.0.10.0, 1.0.11.0, 1.0.11.1, 1.1.0.0, 1.1.1.0, 1.1.1.1 |
---|---|
Dependencies | base (<4.2), bytestring, containers, HUnit, mtl, old-locale, old-time, QuickCheck, testpack, time [details] |
License | LicenseRef-LGPL |
Copyright | Copyright (c) 2009-2009 John Goerzen |
Author | John Goerzen |
Maintainer | John Goerzen <jgoerzen@complete.org> |
Revised | Revision 1 made by ErikHesselink at 2015-04-29T18:44:11Z |
Category | Data |
Home page | http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible |
Uploaded | by JohnGoerzen at 2009-01-27T17:49:16Z |
Distributions | Debian:1.1.1.0, FreeBSD:1.1.1.0, LTSHaskell:1.1.1.1, NixOS:1.1.1.1, Stackage:1.1.1.1 |
Reverse Dependencies | 67 direct, 175 indirect [details] |
Executables | runtests |
Downloads | 52859 total (87 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |