<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 12.12.2014 03:58, Dan Burton wrote:<br>
    </div>
    <blockquote
cite="mid:CALSygweKDcdwmWX+3Wu6rc9s-t0rZhWFL6N+8khqvM=chhxqgQ@mail.gmail.com"
      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 class="gmail_signature"><br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
<a class="moz-txt-link-freetext" href="https://github.com/ghc/ghc/blob/master/libraries/base/Data/Function.hs">https://github.com/ghc/ghc/blob/master/libraries/base/Data/Function.hs</a><br>
    <br>
    A the bottom.<br>
    <br>
    <span class="pl-c" style="box-sizing: border-box; color: rgb(150,
      152, 150);">-- /Since: 4.8.0.0/</span><br>
    (&) :: a -> (a -> b) -> b<br>
    x & f = f x<br>
    <br>
    I learned about it from #haskell channel.<br>
    <br>
    -- <br>
    Wojtek<br>
  </body>
</html>