odoc.model
Lang.Method
odoc
odoc.compat
odoc.html
odoc.loader
odoc.odoc
odoc.parser
odoc.xref
type t = {
id : Paths.Identifier.Method.t;
doc : Comment.docs;
private_ : bool;
virtual_ : bool;
type_ : TypeExpr.t;
}