Module Component.ExceptionSource
type t = {source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;doc : Odoc_xref2.Component.CComment.docs;args : Odoc_xref2.Component.TypeDecl.Constructor.argument;res : Odoc_xref2.Component.TypeExpr.t option;
}