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 ' [-+.*/[EMAIL PROTECTED] ' 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⑈ 
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to