[Haskell-cafe] Records (was Re: [Haskell] Improvements to GHC)

John Meacham john at repetae.net
Fri Nov 18 18:25:47 EST 2005


On Fri, Nov 18, 2005 at 04:22:59PM +0100, Sebastian Sylvan wrote:
> Yes. I just don't think it's used enough to warrant giving it one of
> the best symbols.

 grep -o ' [-+.*/=^$#@!%]+ ' GenUtil.hs | sort | uniq -c | sort -n
      1  $! 
      1  * 
      8  + 
     10  == 
     12  - 
     17  -- 
     30  . 
     31  $ 
     39  ++ 

one of the most common operators. I think experienced haskell programers
tend to use it a whole lot more often than beginning ones, and I am not
even a point-free advocate.

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈ 


More information about the Haskell-Cafe mailing list