
6 Dec
2002
6 Dec
'02
7:37 a.m.
Markus wrote:
Perhaps somebody could come up with a "Haskell indent" (part of a pretty printer?)?
Hmmm... while for example "cb" is a comparably simple program, this "Haskell indent" had to be a full blown parser. I'd rather like to have a "Haskell brace" that makes fun (x,y) = case x of 7 -> case y of -- one tab 4 -> "seven four" -- two tabs _ -> "no seven in front" -- eight spaces into fun (x,y) = case x of { 7 -> case y of { 4 -> "seven four"; } _ -> "no seven in front"; } Regards, Ingo
8202
Age (days ago)
8202
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ingo Wechsung