odoc.model
Lang.Exception
odoc
odoc.compat
odoc.html
odoc.loader
odoc.odoc
odoc.parser
odoc.xref
type t = {
id : Paths.Identifier.Exception.t;
doc : Comment.docs;
args : TypeDecl.Constructor.argument;
res : TypeExpr.t option;
}