Module Component.Exception

type t = {
  1. source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;
  2. source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;
  3. doc : CComment.docs;
  4. args : TypeDecl.Constructor.argument;
  5. res : TypeExpr.t option;
}