Module Data.S.T

module T: Data.DATA 

type t = {
   cnt : int;
   exp : float;
}
val pp : Format.formatter -> t -> unit
val show : t -> string