mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix: expose type Containers.Hashtbl.t (#53)
This commit is contained in:
parent
c2b9de44f9
commit
1c6c4d846e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ module Hashtbl = struct
|
||||||
include (Hashtbl : module type of Hashtbl
|
include (Hashtbl : module type of Hashtbl
|
||||||
with type statistics = Hashtbl.statistics
|
with type statistics = Hashtbl.statistics
|
||||||
and module Make = Hashtbl.Make
|
and module Make = Hashtbl.Make
|
||||||
and type ('a,'b) t := ('a,'b) Hashtbl.t
|
and type ('a,'b) t = ('a,'b) Hashtbl.t
|
||||||
)
|
)
|
||||||
(* still unable to include CCHashtbl itself, for the polymorphic functions *)
|
(* still unable to include CCHashtbl itself, for the polymorphic functions *)
|
||||||
module type S' = CCHashtbl.S
|
module type S' = CCHashtbl.S
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue