module type ItemEq = sig end
sig end
type t
val eq : t -> t -> bool
t -> t -> bool
val to_string : t -> string
t -> string