Up

Module Hashable = Hashable

Signature

module Binable = Binable0
module type S = sig .. end
module Make (T : Hashtbl.Key) : S with type t := T.t
module type S_binable = sig .. end
module Make_binable (T : Hashtbl.Key_binable) : S_binable with type t := T.t