module Hweak: sig .. end
sig
end
module type S = sig .. end
module Make: functor (H : Hashtbl.HashedType) -> S with type key = H.t
functor (
H
:
Hashtbl.HashedType
) ->
S
with type key = H.t