rest-stringmap-0.2.0.7: Maps with stringy keys that can be transcoded to JSON and XML.

Safe HaskellNone
LanguageHaskell2010

Rest.StringMap.HashMap.Lazy

Documentation

data StringHashMap a b Source #

Instances

fromList :: (Eq a, Hashable a) => [(a, b)] -> StringHashMap a b Source #

toList :: StringHashMap a b -> [(a, b)] Source #