jon.recoil.org

Module TypeDecl.UnboxedField

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