Commits

Doug Gregor committed e3ebb03c287
Start opening GenericFunctionTypes for references to non-member functions. When the type checker sees a reference to a generic non-member function, open its interface type, which is expressed as a GenericFunctionType, rather than its PolymorphicFunctionType. This is a tiny step toward weaning the type checker off archetypes within the interface. Swift SVN r9504