Functor Unmarshal.SetWithDescr


module SetWithDescr: 
functor (Data : ORDEREDDESCR) -> SetDescr with type elt = Data.t and type t = Set.Make(Data).t
Parameters:
Data : ORDEREDDESCR

val descr : Unmarshal.t
include Set.S