module Functor_map: functor (O : Map.OrderedType) -> Functor with type 'a f = 'a Map.Make(O).t
functor (
O
:
Map.OrderedType
) ->
Functor
with type 'a f = 'a Map.Make(O).t
type 'a f
'a
val map : ('a -> 'b) -> 'a f -> 'b f
('a -> 'b) -> 'a f -> 'b f