module V1: sig .. end
sig
end
module type S = sig .. end
module Make: functor (Key : Std_internal.Hashtbl.Key_binable) -> S with type key := Key.t
functor (
Key
:
Std_internal.Hashtbl.Key_binable
) ->
S
with type key := Key.t