package traverse

  1. Overview
  2. Docs

Functor.S is a signature for a functor (a type 'a `t` with `map`).

module type S = sig ... end