Commits

Doug Gregor committed caca3ea2d1d
Include outer generic parameters in the generic signatures for nominal types. Generic function signatures were including outer generic parameters, but generic type signatures were not. This is a small part of the problem with nested generics (in general), but also a useful cleanup for generic signatures. Swift SVN r23011