Module Pa_typerep_conv.Field_case

module Field_case: sig .. end

type t = {
   label : string;
   ctyp : Camlp4.PreCast.Ast.ctyp;
   index : int;
}