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