模块 Consistbl

module Consistbl: sig .. end

一致性表:用于检查模块 CRC 的一致性

警告:此模块不稳定,并且是 compiler-libs 的一部分。


module Make: 
functor (Module_name : sig
type t 
module Set: Set.S  with type elt = t
module Map: Map.S  with type key = t
module Tbl: Hashtbl.S  with type key = t
val compare : t -> t -> int
end-> sig .. end