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.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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), bytestring, containers, HUnit, mtl, old-locale, old-time, QuickCheck, testpack, time (>=1.1.2.4 && <1.1.3) [details] |
License | LicenseRef-LGPL |
Copyright | Copyright (c) 2009-2009 John Goerzen |
Author | John Goerzen |
Maintainer | John Goerzen <jgoerzen@complete.org> |
Category | Data |
Home page | http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible |
Uploaded | by JohnGoerzen at 2009-10-13T14:04:25Z |
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 | 53336 total (18 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] |