module Hashable: sig .. end
sig
end
module type S = sig .. end
module Make:
functor (
T
:
Hashtbl.HashedType
) ->
module type S_binable = sig .. end
module Make_binable:
include Hashtbl.HashedType
include Binable.S