odoc.xref2
Component.Extension
odoc
odoc.document
odoc.examples
odoc.html
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.xref_test
module Constructor : sig ... end
type t = {
type_path : Cpath.type_;
doc : CComment.docs;
type_params : TypeDecl.param list;
private_ : bool;
constructors : Constructor.t list;
}