Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 536 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 536 Bytes

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.