Module type Common_types.CoreModuleSig


module type CoreModuleSig = sig .. end

type t 
val equal : t -> t -> bool
val hash : t -> int
val to_string : t -> string