Commits
Chris Lattner committed f125062eae9
Wire up elementwise type conversion for tuple conversion. This allows us to handle cases like: func funcdecl3() -> int; func funcdecl4(a : (int->int), b : int); ... funcdecl4(funcdecl3(), 12); ... Swift SVN r138