Module Int.Functor

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