deriving.runtime
Deriving_Functor.Functor_map
module O : Map.OrderedType
type 'a f = 'a Map.Make(O).t
val map : ('a -> 'b) -> 'a f -> 'b f