Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Functor Deriving_Functor.Functor_map

module Functor_map : functor (O : Map.OrderedType) -> 
  Functorwith type 'a f = 'a Map.Make(O).t

Parameters :

O:Map.OrderedType

type 'a f
val map : 
  ('a -> 'b) ->
  'a f -> 'b f