Module Extension.Constructor
type t = {name : string;source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;doc : Odoc_xref2.Component.CComment.docs;args : Odoc_xref2.Component.TypeDecl.Constructor.argument;res : Odoc_xref2.Component.TypeExpr.t option;
}