package ppx_type_directed_value

  1. Overview
  2. Docs
module type Simple = sig ... end

Note that there's a bit of asymmetry in that Simple_with_key has both, both_key, and either_key but not either. This is because both is necessary for tuples, but there's no analogously anonymous construct for variants.

module type Simple_with_key = sig ... end
module type Converters = sig ... end