module Hashtbl: sig .. end
sig
end
include S2
module type HashedType = Hashtbl_intf.HashedType
Hashtbl_intf.HashedType
module type S = Hashtbl_intf.S
Hashtbl_intf.S
module Make:
functor (
H
:
HashedType
) ->
S
with type key = H.t
val hash : 'a -> int
'a -> int
val hash_param : int -> int -> 'a -> int
int -> int -> 'a -> int
module Make_binable:
include Hashtbl.HashedType
include Binable.S