Thu Jun 4 08:13:49 EDT 2009 [email protected]
* Syntax/Haskell.hs: Fixed (in some way) the let/in problem
Ignore-this: 166d6732fa34722405a6532ddef71afe
Now the let/in works in the following way:
let a = 2 in a <-- will be considered "bad style" and in will be highlighed
as an error
let a = 2
in a
is now considered ok!
M ./Yi/Syntax/Haskell.hs -4 +3
--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---