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