Module type Dashtbl.Data


module type Data = sig .. end

include Datatype.S
type marshaled 
val marshaler : (t -> marshaled) * (marshaled -> t)