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