Module Extension.Constructor

type t = {
  1. name : string;
  2. locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
  3. doc : CComment.docs;
  4. args : TypeDecl.Constructor.argument;
  5. res : TypeExpr.t option;
}