Module List.Functor

type 'a t = 'a list
val map : ('a -> 'b) -> 'a t -> 'b t