[Haskell-cafe] Re: Re: Allowing hyphens in identifiers

Gregory Crosswhite gcross at phys.washington.edu
Wed Dec 9 18:54:17 EST 2009


On Dec 9, 2009, at 3:24 PM, Maciej Piechotka wrote:

> On Thu, 2009-12-10 at 11:54 +1300, Richard O'Keefe wrote:
> - Composition: In which first letters are not capitalized
> 
> In combination of those I belive there is no disambiguoty since the
> lower case words functions as terminators. 

Except for data constructors, which are a special class of functions that start with capital letters;  this where an ambiguity can (and does) crop up that is resolved by the spacing rule.

Cheers,
Greg



More information about the Haskell-Cafe mailing list