fix: expose type Containers.Hashtbl.t (#53)

This commit is contained in:
Simon Cruanes 2015-11-11 14:57:14 +01:00
parent c2b9de44f9
commit 1c6c4d846e

View file

@ -66,7 +66,7 @@ module Hashtbl = struct
include (Hashtbl : module type of Hashtbl
with type statistics = Hashtbl.statistics
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 *)
module type S' = CCHashtbl.S