odoc.model
Lang.Value
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
type value =
| Abstract
| External of string list
type t = {
id : Paths.Identifier.Value.t;
doc : Comment.docs;
type_ : TypeExpr.t;
value : value;
}