mappy-0.1.2.1: A functional programming language focused around maps.

Safe HaskellNone
LanguageHaskell2010

Language.Primitives.Map

Documentation

newtype UnifiedMap a Source

Constructors

UnifiedMap (Map a a) 

data PrimitiveMap a Source

Constructors

IoMap Io 
StandardMap (Map a a) 

Instances

lookup :: Ord a => a -> PrimitiveMap a -> Maybe a Source

findWithDefault :: Ord a => a -> a -> PrimitiveMap a -> a Source

insert :: (IoAble a, Ord a) => a -> a -> PrimitiveMap a -> PrimitiveMap a Source