module type DEFS = sig .. end
sig
end
type t
val to_string : t -> string
t -> string
val to_melt : t -> Latex.t
t -> Latex.t
val pp : Format.formatter -> t -> unit
Format.formatter -> t -> unit