This file is indexed.

/usr/share/doc/libghc-cereal-doc/html/mini_Data-Serialize-Get.html is in libghc-cereal-doc 0.4.1.1-4.

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

The actual contents of the file can be viewed below.

1
2
3
4
<!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.Serialize.Get</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.Serialize.Get</p></div><div id="interface"><h1>The Get type</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Data-Serialize-Get.html#t:Get" target="main">Get</a> a</p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:runGet" target="main">runGet</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:runGetLazy" target="main">runGetLazy</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:runGetState" target="main">runGetState</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:runGetLazyState" target="main">runGetLazyState</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Data-Serialize-Get.html#t:Result" target="main">Result</a> r</p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:runGetPartial" target="main">runGetPartial</a></p></div><h1>Parsing</h1><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:ensure" target="main">ensure</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:isolate" target="main">isolate</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:label" target="main">label</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:skip" target="main">skip</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:uncheckedSkip" target="main">uncheckedSkip</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:lookAhead" target="main">lookAhead</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:lookAheadM" target="main">lookAheadM</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:lookAheadE" target="main">lookAheadE</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:uncheckedLookAhead" target="main">uncheckedLookAhead</a></p></div><h1>Utility</h1><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getBytes" target="main">getBytes</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:remaining" target="main">remaining</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:isEmpty" target="main">isEmpty</a></p></div><h1>Parsing particular types</h1><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord8" target="main">getWord8</a></p></div><h2>ByteStrings</h2><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getByteString" target="main">getByteString</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getLazyByteString" target="main">getLazyByteString</a></p></div><h2>Big-endian reads</h2><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord16be" target="main">getWord16be</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord32be" target="main">getWord32be</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord64be" target="main">getWord64be</a></p></div><h2>Little-endian reads</h2><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord16le" target="main">getWord16le</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord32le" target="main">getWord32le</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord64le" target="main">getWord64le</a></p></div><h2>Host-endian, unaligned reads</h2><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWordhost" target="main">getWordhost</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord16host" target="main">getWord16host</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord32host" target="main">getWord32host</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getWord64host" target="main">getWord64host</a></p></div><h2>Containers</h2><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getTwoOf" target="main">getTwoOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getListOf" target="main">getListOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getIArrayOf" target="main">getIArrayOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getTreeOf" target="main">getTreeOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getSeqOf" target="main">getSeqOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getMapOf" target="main">getMapOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getIntMapOf" target="main">getIntMapOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getSetOf" target="main">getSetOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getIntSetOf" target="main">getIntSetOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getMaybeOf" target="main">getMaybeOf</a></p></div><div class="top"><p class="src"><a href="Data-Serialize-Get.html#v:getEitherOf" target="main">getEitherOf</a></p></div></div></body></html>