package ppx_type_directed_value

  1. Overview
  2. Docs
type ('a, 'attribute) t = {
  1. name : Base.string;
  2. value : 'a;
  3. attribute : 'attribute Base.option;
}