Spotting unnecessary parentheses

Mark Carroll mark@chaos.x-philes.com
Mon, 13 Aug 2001 14:12:00 -0400 (EDT)


While I'm hesitantly trying to write Haskell, I'm over-using brackets so
as to eliminate precedence problems from the list of things I did wrong
this time. Is there any easy way of finding out which brackets are
unnecessary? Nobody's written a redundancy-remover or anything? (-:

I was just wondering how to painlessly come by some intuition on this
score...

-- Mark