This file is indexed.

/usr/share/doc/libghc-digest-doc/html/Data-Digest-CRC32.html is in libghc-digest-doc 0.0.1.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Data.Digest.CRC32</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Data-Digest-CRC32.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Digest-CRC32.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">digest-0.0.1.0: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable (H98 + FFI)</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Maintainer</th><td>ekirpichov@gmail.com</td></tr><tr><th>Safe Haskell</th><td>Safe-Infered</td></tr></table><p class="caption">Data.Digest.CRC32</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>CRC32 wrapper
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">class</span>  <a href="#t:CRC32">CRC32</a> a  <span class="keyword">where</span><ul class="subs"><li><a href="#v:crc32">crc32</a> :: a -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Word.html#t:Word32">Word32</a></li><li><a href="#v:crc32Update">crc32Update</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Word.html#t:Word32">Word32</a> -&gt; a -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Word.html#t:Word32">Word32</a></li></ul></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">class</span>  <a name="t:CRC32" class="def">CRC32</a> a  <span class="keyword">where</span><a href="src/Data-Digest-CRC32.html#CRC32" class="link">Source</a></p><div class="doc"><p>The class of values for which CRC32 may be computed
</p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:crc32" class="def">crc32</a> :: a -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Word.html#t:Word32">Word32</a><a href="src/Data-Digest-CRC32.html#crc32" class="link">Source</a></p><div class="doc"><p>Compute CRC32 checksum
</p></div><p class="src"><a name="v:crc32Update" class="def">crc32Update</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Word.html#t:Word32">Word32</a> -&gt; a -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Word.html#t:Word32">Word32</a><a href="src/Data-Digest-CRC32.html#crc32Update" class="link">Source</a></p><div class="doc"><p>Given the CRC32 checksum of a string, compute CRC32 of its
 concatenation with another string (t.i., incrementally update 
 the CRC32 hash value)
</p></div></div><div class="subs instances"><p id="control.i:CRC32" class="caption collapser" onclick="toggleSection('i:CRC32')">Instances</p><div id="section.i:CRC32" class="show"><table><tr><td class="src"><a href="Data-Digest-CRC32.html#t:CRC32">CRC32</a> <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.9.2.1/Data-ByteString-Lazy.html#t:ByteString">ByteString</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Data-Digest-CRC32.html#t:CRC32">CRC32</a> <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.9.2.1/Data-ByteString.html#t:ByteString">ByteString</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Data-Digest-CRC32.html#t:CRC32">CRC32</a> [<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Word.html#t:Word8">Word8</a>]</td><td class="doc empty">&nbsp;</td></tr></table></div></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.10.0</p></div></body></html>