Commits

Joe Groff committed 68db63b45d9
AST: Have GenericFunctionType use GenericSignature. Change GenericFunctionType to reference a GenericSignature instead of containing its generic parameters and requirements in-line, and clean up some interface type APIs that awkwardly returned ArrayRef pairs to instead return GenericSignatures instead. Swift SVN r13807