« Return to Thread: Good Haskell Style

Re: Good Haskell Style

by Philippa Cowderoy :: Rate this Message:

Reply to Author | View in Thread

On Wed, 1 Aug 2007, Thomas Schilling wrote:

> So, if leading underscores are used already, what about trailing underscores?
>

I often use them where someone else would use ' as prime because my text
editor's syntax highlighting is less than perfect. Also, there's an
existing convention in the monad libraries using trailing underscores.

--
flippa@...

"The reason for this is simple yet profound. Equations of the form
x = x are completely useless. All interesting equations are of the
form x = y." -- John C. Baez
_______________________________________________
Libraries mailing list
Libraries@...
http://www.haskell.org/mailman/listinfo/libraries

 « Return to Thread: Good Haskell Style