convertible-1.1.1.0: Typeclasses and instances for converting between types

CopyrightCopyright (C) 2009-2011 John Goerzen
LicenseBSD3
MaintainerJohn Goerzen <jgoerzen@complete.org>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Convertible

Description

This is a library to provide a uniform interface for safe conversions between different types of data. To get started reading about it, consult:

Data.Convertible.Base for information about the conversions themselves

Data.Convertible.Utils for helpful tools for people writing Convertible instances

Data.Convertible.Instances for a large collection of ready-built Convertible instances

You can import these modules individually, or this module will export the entire library for you.

Documentation