module Consistbl: sig .. end
sig
end
Consistency tables: for checking consistency of module CRCs
Warning: this module is unstable and part of 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 -> intend) -> sig .. end
functor (
Module_name
:
type t
module Set: Set.S with type elt = t
Set.S
with type elt = t
module Map: Map.S with type key = t
Map.S
with type key = t
module Tbl: Hashtbl.S with type key = t
Hashtbl.S
val compare : t -> t -> int
t -> t -> int
end) -> sig .. end
) ->