Module type Functor.Functor

module type Functor = sig .. end

type 'a t 
val fmap : ('a -> 'b) -> 'a t -> 'b t