package bindlib

  1. Overview
  2. Docs

Module type Bindlib.MapSource

Type of a module equipped with a map function.

Sourcetype 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t