Package Info

ghc-convertible


Typeclasses and instances for converting between types


Development/Libraries/Haskell

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.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/convertible

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
1.1.1.0-bp150.2.5 info GA Release 2018-08-01 15
  • AArch64
  • ghc-convertible
  • ghc-convertible-devel
1.1.1.0-bp150.2.8 info GA Release 2018-07-31 15
  • ppc64le
  • ghc-convertible
  • ghc-convertible-devel
1.1.1.0-bp150.2.6 info GA Release 2018-07-30 15
  • x86-64
  • ghc-convertible
  • ghc-convertible-devel