Functor Dashtbl.Default_key_marshaler


module Default_key_marshaler: 
functor (K : Datatype.S_with_collections) -> Key with type t = K.t
Parameters:
K : Datatype.S_with_collections

include Datatype.S_with_collections
type marshaled 
val marshaler : (t -> marshaled) * (marshaled -> t)
val equal_marshaled : marshaled -> marshaled -> bool
val hash_marshaled : marshaled -> int