mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 04:05:30 -05:00
more accurate type for CCHashtbl.Make
This commit is contained in:
parent
8190cbf6af
commit
a1e9443e52
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ module type S = sig
|
||||||
(** From the given list of bindings, added in order *)
|
(** From the given list of bindings, added in order *)
|
||||||
end
|
end
|
||||||
|
|
||||||
module Make(X : Hashtbl.HashedType) : S with type key = X.t
|
module Make(X : Hashtbl.HashedType) :
|
||||||
|
S with type key = X.t and type 'a t = 'a Hashtbl.Make(X).t
|
||||||
|
|
||||||
(** {2 Default Table}
|
(** {2 Default Table}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue