appendmap-0.1.4: Map with a Semigroup and Monoid instances delegating to Semigroup of the elements

Safe HaskellSafe
LanguageHaskell2010

Data.Map.Counter

Documentation

type Counter key = AppendMap key (Sum Int) Source #

mkCounter :: Ord key => key -> Counter key Source #