module Hashable: sig .. end
sig
end
module type S = sig .. end
module Make: functor (T : Core_hashtbl.HashedType) -> sig .. end
functor (
T
:
Core_hashtbl.HashedType
) ->