Commits
Enrico Granata committed 80278dfedc3
Simplifying the demangling for UncurriedFunctionType objects, from:
k = UncurriedFunctionType
k = UncurriedFunctionMetaType
k = Type
k = MetaType
to:
k = UncurriedFunctionType
k = MetaType
This should help Greg parse uncurried functions with greater ease
Swift SVN r7964