Module Lang.Exception
Exception
type t = {id : Odoc_model.Paths.Identifier.Exception.t;source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;doc : Odoc_model.Comment.docs;args : Odoc_model.Lang.TypeDecl.Constructor.argument;res : Odoc_model.Lang.TypeExpr.t option;
}