Extension.Constructor
type t = {
name : string;
locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
doc : CComment.docs;
args : TypeDecl.Constructor.argument;
res : TypeExpr.t option;
}