Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 273 by greenrd: Tuples should not be dollarised http://code.google.com/p/yi-editor/issues/detail?id=273
What steps will reproduce the problem? 1. Type (foo (x, y)) 2. Run my new dollarise function on the outer parentheses What is the expected output? What do you see instead? Expected nothing to happen. I see (foo $ x, y), which is not syntactically-valid Haskell. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
