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