[Haskell] Beyond ASCII only editors for Haskell

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Tue May 24 12:40:19 EDT 2005


Benjamin Franksen <benjamin.franksen at bessy.de> writes:

> Please forgive me for taking this as an opportunity to rant about the 
> single misfeature of Haskell's layout syntax, which is how if/then/else 
> must be layed out.

For me it's worse that I can't write like this:

foo x = do
   y <- foo x
   let z = some long line which must be
      split into two
   return (y, z)

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/


More information about the Haskell mailing list