module type ARG = sig .. end
sig
end
type t
val equal : t -> t -> bool
t -> t -> bool
val hash : t -> int
t -> int
val print : t CCFormat.printer
t CCFormat.printer
val section : Utils.Section.t
Utils.Section.t
val fail : ('a, Format.formatter, unit, 'b) Pervasives.format4 -> 'a
('a, Format.formatter, unit, 'b) Pervasives.format4 -> 'a