<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">&gt; hi, friends<br>
&gt; I am a Haskell newbie however i like it very much. After starting<br>
&gt; learn haskell, i donot find the corresponding &quot;&amp;&quot;, &quot;|&quot; , &quot;~&quot;, &quot;&lt;&lt;&quot;,<br>
&gt; &quot;&gt;&gt;&quot; logical computation of C language.<br>
<br>
</div>import Data.Bits<br>
<br>
just its exports:<br></blockquote></div><br>Perhaps you might like a *bit* more documentation than that:<br><br><a href="http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data-Bits.html">http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data-Bits.html</a><br>
<br>Sean<br></div>