Module Odoc_model__Lang.Exception

Exception

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