@hackage histogram-simple1.0

Simple Data.Map-based histogram

histogram-simple

Hackage version Stackage version

Simple Data.Map-based histogram. A histogram counts occurrences of things, i.e. Histogram k represents a mapping k -> Int. Since it is backed by a Map from Data.Map, it requires k to have an Ord instance.