Re: precise haskell mode

2009-06-03 Thread Nicolas Pouillard
Excerpts from Jean-Philippe Bernardy's message of Wed Jun 03 16:47:49 +0200 2009: > > Hi, > > Anders is almost done with his precise haskell mode for Yi. Kudos to him! > > The mode has a number of cool features: > * more precise indentation > * distinction between imports, data constructor

patch applied (yi): Syntax/Haskell.hs: Small fix to get dollarify working with precise mode

2009-06-03 Thread Anders Karlsson
Wed Jun 3 10:54:26 EDT 2009 ande...@student.chalmers.se * Syntax/Haskell.hs: Small fix to get dollarify working with precise mode Ignore-this: 81cc247ae6008e9e005af99195207799 M ./Yi/Syntax/Haskell.hs -1 +2 --~--~-~--~~~---~--~~ Yi development mailing li

patch applied (yi): Dollarify.hs: Added dollarifyP function that can be used with the precise haskell mode

2009-06-03 Thread Anders Karlsson
Wed Jun 3 10:53:45 EDT 2009 ande...@student.chalmers.se * Dollarify.hs: Added dollarifyP function that can be used with the precise haskell mode Ignore-this: d867cb08f443c4ba9b6070bcb51fa4b6 M ./Yi/Mode/Haskell/Dollarify.hs +67 --~--~-~--~~~---~--~~ Yi

precise haskell mode

2009-06-03 Thread Jean-Philippe Bernardy
Hi, Anders is almost done with his precise haskell mode for Yi. Kudos to him! The mode has a number of cool features: * more precise indentation * distinction between imports, data constructors, type constructors * detects more syntax errors and maybe more. This is the time for you to te