[Haskell-cafe] Indenting issue with Haskell mode

Joel Reymont joelr1 at gmail.com
Thu Dec 8 13:31:26 EST 2005


I believe the following is not indented correctly. It only happens  
with (x:xs) when you use nested cases, I think.

case foo of
   [] ->
       case bar of
         [] ->
             return ()
(x:xs) ->

--
http://wagerlabs.com/







More information about the Haskell-Cafe mailing list