convertible-1.1.1.1: Typeclasses and instances for converting between types
CopyrightCopyright (C) 2009-2011 John Goerzen
LicenseBSD3
MaintainerJohn Goerzen <jgoerzen@complete.org>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Convertible.Instances.Map

Description

Instances to convert between Map and association list.

Copyright (C) 2009-2011 John Goerzen jgoerzen@complete.org

All rights reserved.

For license and copyright information, see the file LICENSE

Orphan instances

Ord k => Convertible [(k, a)] (Map k a) Source # 
Instance details

Methods

safeConvert :: [(k, a)] -> ConvertResult (Map k a) Source #

Convertible (Map k a) [(k, a)] Source # 
Instance details

Methods

safeConvert :: Map k a -> ConvertResult [(k, a)] Source #