<div dir="ltr">Everything doesn't have to have an operator! We use operators a bit too much. It hurts readability of code when lines start looking like APL.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 12, 2014 at 2:15 PM, Wojtek NarczyƄski <span dir="ltr"><<a href="mailto:wojtek@power.com.pl" target="_blank">wojtek@power.com.pl</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><span class="">
    <br>
    <div>On 12.12.2014 03:58, Dan Burton wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">The lens package defines (&) and
        (<&>) as flipped ($) and (<$>), respectively.
        There is nothing in the base package that defines those.
        <&> is quite uncommon. Flipped ($) is something that
        crops up here and there. Sometimes called (|>), or (#).<br>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>
          <div><br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
</span><a href="https://github.com/ghc/ghc/blob/master/libraries/base/Data/Function.hs" target="_blank">https://github.com/ghc/ghc/blob/master/libraries/base/Data/Function.hs</a><br>
    <br>
    A the bottom.<br>
    <br>
    <span style="color:rgb(150,152,150)">-- /Since: <a href="http://4.8.0.0/" target="_blank">4.8.0.0/</a></span><br>
    (&) :: a -> (a -> b) -> b<br>
    x & f = f x<br>
    <br>
    I learned about it from #haskell channel.<span class="HOEnZb"><font color="#888888"><br>
    <br>
    -- <br>
    Wojtek<br>
  </font></span></div>

<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div></div>