Component.Exception
type t = {
locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
doc : CComment.docs;
args : TypeDecl.Constructor.argument;
res : TypeExpr.t option;
}