mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -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 *)
|
||||
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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue