module Hashable: Hashable
Hashable
module Hashtbl: Core_hashtbl
Core_hashtbl
module Table_sig: functor (Key : Core_hashtbl_intf.T0) -> Core_hashtbl_intf.Monomorphic(Hashtbl)(Key)
functor (
Key
:
Core_hashtbl_intf.T0
) ->
Core_hashtbl_intf.Monomorphic
(
Hashtbl
)
module type S = sig .. end
sig
end
module Make: functor (T : Hashtbl.Key) -> sig .. end
T
Hashtbl.Key
module type S_binable = sig .. end
module Make_binable: functor (T : siginclude Hashable.Hashtbl.Key include Binable.S end) -> sig .. end
include Hashable.Hashtbl.Key
include Binable.S