Module TypeDecl.Constructor

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