You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.