Commits

Enrico Granata committed 60163b464e8
Removing the : between name and type for function declarations, since that does not exist in the language. A function will now be demangled as: module.function (args) -> retType vs. module.function : (args) -> retType Also clearing out a couple warnings that Greg pointed out Swift SVN r7725