module type Hashtbl =sig..end
A standard OCaml hashtbl signature extended with datatype operations.
include Datatype.Hashtbl_with_descr
val make_type : 'a Type.t -> 'a Datatype.t Type.tmodule Key:Datatype.Swith type t = key
Datatype for the keys of the hashtbl.
module Make:
Build a datatype of the hashtbl according to the datatype of values in the hashtbl.