let
to_list hist =
List
.zip_exn (limits_to_bins hist.bin_limits) (
Array
.to_list hist.counts)