module Functor_option: Functor with type 'a f = 'a option
Functor
with type 'a f = 'a option
type 'a f
'a
val map : ('a -> 'b) -> 'a f -> 'b f
('a -> 'b) -> 'a f -> 'b f