Tue Jun 16 13:00:47 EDT 2009 [email protected]
* Syntax/Haskell.hs: Changed the Paren dataconstructor
Ignore-this: 444efc21d00536116b71d6728399e58e
The dataconstructor used when matching parenthesis, brackets and braces is
now changed from
Paren (PAtom t) (Expr t) (PAtom t)
to
Paren (PAtom t) [Expr t] (PAtom t)
M ./Yi/Mode/Haskell/Dollarify.hs -3 +3
M ./Yi/Syntax/Haskell.hs -31 +35
M ./Yi/Syntax/Strokes/Haskell.hs -4 +4
--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---