module type CoreModuleSig = sig .. end
sig
end
type t
val equal : t -> t -> bool
t -> t -> bool
val hash : t -> int
t -> int
val to_string : t -> string
t -> string