Indenting issue with Haskell mode

8 Dec
2005
8 Dec
'05
1:31 p.m.
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/

8 Dec
8 Dec
2 p.m.
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) ->
Thanks. The indentation indeed works particularly poorly here in ways that I hadn't seen yet. I don't have time to look into right now, but I've added it to the indent.hs file in the mean time. Stefan
7107
Age (days ago)
7107
Last active (days ago)
1 comments
2 participants
participants (2)
-
Joel Reymont
-
Stefan Monnier