Module Helpers.Counter_log

Stateful “message × count” log, see its use in, e.g., "./src/bin_flexmasa/command_voting.ml" where baked-levels are accumulated and then displayed. .

type t
val create : Internal_pervasives.unit -> t
val to_table_string : t -> Internal_pervasives.string