« 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, Simon Marlow wrote:

> I'm rather attached to the convention I use, which is
>
>   - CamelCase for exported identifiers
>   - underscores otherwise
<snip>
> Yes I'm aware that a single-word identifier is the same in both conventions;
> it's not perfect.
>

How about _nonexportedIdentifier or something similar?

--
flippa@...

A problem that's all in your head is still a problem.
Brain damage is but one form of mind damage.
_______________________________________________
Libraries mailing list
Libraries@...
http://www.haskell.org/mailman/listinfo/libraries

 « Return to Thread: Good Haskell Style