Re: bad pattern-matching
> .. > > But I do not want to program without using the > well-known advantages of such patterns: > > - increased readability > - distinct left-hand-sides Personally I find the second form (ie without n+k patterns) the easier to read, and I've
Re: Haskell Report 1.2
> Let's either disallow (n+k) pattern bindings or always resolve the > ambiguity as an (n+k) pattern. I'd prefer the former, but I never > use (n+k) patterns, anyway. Likewise! > Kevin Ian