Module Deriving_Functor.Functor_list

module Functor_list: Functor  with type 'a f = 'a list

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