Functor Unmarshal.MapWithDescr


module MapWithDescr: 
functor (Data : ORDEREDDESCR) -> MapDescr with type key = Data.t and type 'a t = 'a Map.Make(Data).t
Parameters:
Data : ORDEREDDESCR

val descr : Unmarshal.t -> Unmarshal.t
include Map.S