Module Sink.Functor

Module that implements the "Functor" interface.

type ('input, 'a) t = ('input'a) sink
val map : ('a -> 'b) -> ('input'a) t -> ('input'b) t