This file is indexed.

/usr/share/doc/libghc-binary-doc/html/mini_Data-Binary.html is in libghc-binary-doc 0.7.2.1-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
11
<!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.Binary</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();};
//]]>
</script></head><body id="mini"><div id="module-header"><p class="caption">Data.Binary</p></div><div id="interface"><h1>The Binary class
</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Binary.html#t:Binary" target="main">Binary</a> t</p></div><h2>Example
</h2><h1>Generic support
</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Binary.html#t:GBinary" target="main">GBinary</a> f</p></div><h1>The Get and Put monads
</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Data-Binary.html#t:Get" target="main">Get</a> a</p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Data-Binary.html#t:Put" target="main">Put</a> </p></div><h1>Useful helpers for writing instances
</h1><div class="top"><p class="src"><a href="Data-Binary.html#v:putWord8" target="main">putWord8</a></p></div><div class="top"><p class="src"><a href="Data-Binary.html#v:getWord8" target="main">getWord8</a></p></div><h1>Binary serialisation
</h1><div class="top"><p class="src"><a href="Data-Binary.html#v:encode" target="main">encode</a></p></div><div class="top"><p class="src"><a href="Data-Binary.html#v:decode" target="main">decode</a></p></div><div class="top"><p class="src"><a href="Data-Binary.html#v:decodeOrFail" target="main">decodeOrFail</a></p></div><h1>IO functions for serialisation
</h1><div class="top"><p class="src"><a href="Data-Binary.html#v:encodeFile" target="main">encodeFile</a></p></div><div class="top"><p class="src"><a href="Data-Binary.html#v:decodeFile" target="main">decodeFile</a></p></div><div class="top"><p class="src"><a href="Data-Binary.html#v:decodeFileOrFail" target="main">decodeFileOrFail</a></p></div></div></body></html>