odoc.xref2
TypeExpr.Object
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.markdown
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref_test
type method_ = {
name : string;
type_ : TypeExpr.t;
}
type field =
| Method of method_
| Inherit of TypeExpr.t
type t = {
fields : field list;
open_ : bool;