This file is indexed.

/usr/share/doc/libghc-polyparse-doc/html/mini_Text-Parse-ByteString.html is in libghc-polyparse-doc 1.7-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
<!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>Text.Parse.ByteString</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">Text.Parse.ByteString</p></div><div id="interface"><h1>The Parse class is a replacement for the standard Read class. 
</h1><div class="top"><p class="src"><span class="keyword">type</span> <a href="Text-Parse-ByteString.html#t:TextParser" target="main">TextParser</a> a</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="Text-Parse-ByteString.html#t:Parse" target="main">Parse</a> a</p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parseByRead" target="main">parseByRead</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:readByParse" target="main">readByParse</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:readsPrecByParsePrec" target="main">readsPrecByParsePrec</a></p></div><h2>Combinators specific to bytestring input, lexed haskell-style
</h2><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:word" target="main">word</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:isWord" target="main">isWord</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:optionalParens" target="main">optionalParens</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parens" target="main">parens</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:field" target="main">field</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:constructors" target="main">constructors</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:enumeration" target="main">enumeration</a></p></div><h2>Parsers for literal numerics and characters
</h2><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parseSigned" target="main">parseSigned</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parseInt" target="main">parseInt</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parseDec" target="main">parseDec</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parseHex" target="main">parseHex</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parseOct" target="main">parseOct</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parseUnsignedInteger" target="main">parseUnsignedInteger</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parseFloat" target="main">parseFloat</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:parseLitChar" target="main">parseLitChar</a></p></div><h2>Re-export all the more general combinators from Poly too
</h2><h2>ByteStrings and Strings as whole entities
</h2><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:allAsByteString" target="main">allAsByteString</a></p></div><div class="top"><p class="src"><a href="Text-Parse-ByteString.html#v:allAsString" target="main">allAsString</a></p></div></div></body></html>