Module type Intf.PRINT

module type PRINT = sig .. end

type t 
val print : Format.formatter -> t -> unit