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
LanguageHaskell98

Data.Convertible.Instances.Map

Contents

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) # 
Instance details

Methods

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

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

Methods

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