module T: Hashtbl_intf.Types with type 'a key = 'a with type ('a, 'b) t = ('a, 'b) t
Hashtbl_intf.Types
with type 'a key = 'a
with type ('a, 'b) t = ('a, 'b) t
type 'a key
'a
type ('a, 'b) t
('a, 'b)