Skip to content

xc-jp/histogram-simple

Repository files navigation

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.

Releases

No releases published

Packages

No packages published