Owl_countmin_table.Sigval init : int -> int -> tinit l w generates a table with length l and width w, all counters initialized to 0.
val incr : int -> int -> t -> unitincr i j t increments the counter at length index i and width index j in table t.
val get : int -> int -> t -> intget i j t gets the value of the counter at length index i and width index j in table t.