First cut of parameter pack differentiation

This commit is contained in:
Anton Korobeynikov
2025-07-21 16:10:26 -07:00
parent 9758be89c7
commit 595abee2c1
11 changed files with 143 additions and 36 deletions

View File

@@ -2181,6 +2181,7 @@ AbstractionPattern AbstractionPattern::getAutoDiffDerivativeFunctionType(
makeSelfParamFirst);
assert(derivativeFnTy);
return AbstractionPattern(
getGenericSubstitutions(),
getGenericSignature(),
derivativeFnTy->getReducedType(getGenericSignature()));
}