Module TypeDecl.Field

type t = {
  1. name : string;
  2. doc : CComment.docs;
  3. mutable_ : bool;
  4. type_ : TypeExpr.t;
}