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