Functor Hashtbl.Make_binable

module Make_binable (Key : sig
include Hashtbl.Key
include Binable.S
end) : S_binable with type key = Key.t
Parameters:
Key : sig include Key include Binable.S with type t := t end