module type Item = sig .. end
sig
end
type t
val equal : t -> t -> bool
t -> t -> bool
module Map: sig .. end