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