Module type HiddenInts.HI


module type HI = sig .. end
Output signature of the functor

type t 
val create_new : unit -> t
val compare : t -> t -> int
val string_of : t -> string
val reset : unit -> unit