package ppx_repr

  1. Overview
  2. Docs

Module type Monad_intf.MonadSource

module type S = S
module Reader : sig ... end

Computations that read values from a shared environment.