Module Extension.Constructor

type t = {
name : string;
doc : CComment.docs;
args : TypeDecl.Constructor.argument;
res : TypeExpr.t option;
}