package odoc

  1. Overview
  2. Docs

doc/odoc.xref2/Odoc_xref2/Component/Extension/Constructor/index.html

Module Extension.Constructor

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

Innovation. Community. Security.