Module TypeDecl.Constructor
type argument=|Tuple of TypeExpr.t list|Record of Field.t listtype t={id : Paths.Identifier.Constructor.t;doc : Comment.docs;args : argument;res : TypeExpr.t option;}
TypeDecl.Constructortype 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; |
}