package streaming

  1. Overview
  2. Docs

Module that implements the "Functor" interface.

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