odoc.model
Lang.ClassType
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
type expr =
| Constr of Paths.Path.ClassType.t * TypeExpr.t list
| Signature of ClassSignature.t
type t = {
id : Paths.Identifier.ClassType.t;
source_loc : Paths.Identifier.SourceLocation.t option;
doc : Comment.docs;
virtual_ : bool;
params : TypeDecl.param list;
expr : expr;
expansion : ClassSignature.t option;
}