Module Ocamlformat_stdlib.Variant

type !'constructor t = {
  1. name : string;
  2. rank : int;
  3. constructor : 'constructor;
}