Module TypeDecl.Constructor

type argument =
| Tuple of TypeExpr.t list
| Record of Field.t list
type t = {
id : Paths.Identifier.Constructor.t;
doc : Comment.docs;
args : argument;
res : TypeExpr.t option;
}