This file is indexed.

/usr/share/doc/libghc-chunked-data-doc/html/Data-Textual-Encoding.html is in libghc-chunked-data-doc 0.2.0-2build1.

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
<!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.Textual.Encoding</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-Textual-Encoding.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Textual-Encoding.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">chunked-data-0.2.0: Typeclasses for dealing with various chunked data representations</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Data.Textual.Encoding</p></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="file:///usr/share/doc/libghc-mono-traversable-doc/html/Data-Sequences.html#t:Textual">Textual</a> textual, <a href="file:///usr/share/doc/libghc-mono-traversable-doc/html/Data-Sequences.html#t:IsSequence">IsSequence</a> binary) =&gt; <a href="#t:Utf8">Utf8</a> textual binary | textual -&gt; binary, binary -&gt; textual <span class="keyword">where</span><ul class="subs"><li><a href="#v:encodeUtf8">encodeUtf8</a> :: textual -&gt; binary</li><li><a href="#v:decodeUtf8">decodeUtf8</a> :: binary -&gt; textual</li></ul></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">class</span> (<a href="file:///usr/share/doc/libghc-mono-traversable-doc/html/Data-Sequences.html#t:Textual">Textual</a> textual, <a href="file:///usr/share/doc/libghc-mono-traversable-doc/html/Data-Sequences.html#t:IsSequence">IsSequence</a> binary) =&gt; <a name="t:Utf8" class="def">Utf8</a> textual binary | textual -&gt; binary, binary -&gt; textual <span class="keyword">where</span> <a href="src/Data-Textual-Encoding.html#Utf8" class="link">Source</a></p><div class="doc"><p>Textual data which can be encoded to and decoded from UTF8.</p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:encodeUtf8" class="def">encodeUtf8</a> :: textual -&gt; binary <a href="src/Data-Textual-Encoding.html#encodeUtf8" class="link">Source</a></p><p class="src"><a name="v:decodeUtf8" class="def">decodeUtf8</a> :: binary -&gt; textual <a href="src/Data-Textual-Encoding.html#decodeUtf8" class="link">Source</a></p><div class="doc"><p>Note that this function is required to be pure. In the case of
 a decoding error, Unicode replacement characters must be used.</p></div></div><div class="subs instances"><p id="control.i:Utf8" class="caption collapser" onclick="toggleSection('i:Utf8')">Instances</p><div id="section.i:Utf8" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Textual-Encoding.html#t:Utf8">Utf8</a> <a href="file:///usr/share/doc/libghc-text-doc/html/Data-Text-Lazy.html#t:Text">Text</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString-Lazy.html#t:ByteString">ByteString</a></span> <a href="src/Data-Textual-Encoding.html#line-29" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Textual-Encoding.html#t:Utf8">Utf8</a> <a href="file:///usr/share/doc/libghc-text-doc/html/Data-Text.html#t:Text">Text</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a></span> <a href="src/Data-Textual-Encoding.html#line-26" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">((~) * c <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Char.html#t:Char">Char</a>, (~) * w <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Word.html#t:Word8">Word8</a>) =&gt; <a href="Data-Textual-Encoding.html#t:Utf8">Utf8</a> [c] [w]</span> <a href="src/Data-Textual-Encoding.html#line-23" class="link">Source</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.16.1</p></div></body></html>