Module Lang.Exception

Exception

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