odoc.model
Lang.Extension
odoc
odoc.document
odoc.examples
odoc.html
odoc.latex
odoc.loader
odoc.manpage
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.xref2
odoc.xref_test
module Constructor : sig ... end
type t = {
parent : Paths.Identifier.Signature.t;
type_path : Paths.Path.Type.t;
doc : Comment.docs;
type_params : TypeDecl.param list;
private_ : bool;
constructors : Constructor.t list;
}