package streaming

  1. Overview
  2. Docs

Module Sink.FunctorSource

Module that implements the "Functor" interface.

Sourcetype ('input, 'a) t = ('input, 'a) sink
Sourceval map : ('a -> 'b) -> ('input, 'a) t -> ('input, 'b) t