This file is indexed.

/usr/share/doc/libghc-text-doc/html/index.html is in libghc-text-doc 1.2.2.1-3.

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
12
13
14
15
16
<!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-1.2.2.1: An efficient packed Unicode text type.</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">text-1.2.2.1: An efficient packed Unicode text type.</p></div><div id="content"><div id="description"><h1>text-1.2.2.1: An efficient packed Unicode text type.</h1><div class="doc"><p>An efficient packed, immutable Unicode text type (both strict and
lazy), with a powerful loop fusion optimization framework.</p><p>The <code>Text</code> type represents Unicode character strings, in a time and
space-efficient manner. This package provides text processing
capabilities that are optimized for performance critical use, both
in terms of large data quantities and high speed.</p><p>The <code>Text</code> type provides character-encoding, type-safe case
conversion via whole-string case conversion functions. It also
provides a range of functions for converting <code>Text</code> values to and from
<code>ByteStrings</code>, using several standard encodings.</p><p>Efficient locale-sensitive support for text IO is also supported.</p><p>These modules are intended to be imported qualified, to avoid name
clashes with Prelude functions, e.g.</p><pre>import qualified Data.Text as T</pre><p>To use an extended and very rich family of functions for working
with Unicode text (including normalization, regular expressions,
non-standard encodings, text breaking, and locales), see
the <code>text-icu</code> package:
<a href="http://hackage.haskell.org/package/text-icu">http://hackage.haskell.org/package/text-icu</a></p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Data</span><ul id="section.n.1" class="show"><li><span class="module"><span id="control.n.1.1" class="collapser" onclick="toggleSection('n.1.1')">&nbsp;</span><a href="Data-Text.html">Data.Text</a></span><ul id="section.n.1.1" class="show"><li><span class="module"><a href="Data-Text-Array.html">Data.Text.Array</a></span></li><li><span class="module"><span id="control.n.1.1.2" class="collapser" onclick="toggleSection('n.1.1.2')">&nbsp;</span><a href="Data-Text-Encoding.html">Data.Text.Encoding</a></span><ul id="section.n.1.1.2" class="show"><li><span class="module"><a href="Data-Text-Encoding-Error.html">Data.Text.Encoding.Error</a></span></li></ul></li><li><span class="module"><a href="Data-Text-Foreign.html">Data.Text.Foreign</a></span></li><li><span class="module"><a href="Data-Text-IO.html">Data.Text.IO</a></span></li><li><span class="module"><span id="control.n.1.1.5" class="collapser" onclick="toggleSection('n.1.1.5')">&nbsp;</span><a href="Data-Text-Internal.html">Data.Text.Internal</a></span><ul id="section.n.1.1.5" class="show"><li><span class="module"><span id="control.n.1.1.5.1" class="collapser" onclick="toggleSection('n.1.1.5.1')">&nbsp;</span><a href="Data-Text-Internal-Builder.html">Data.Text.Internal.Builder</a></span><ul id="section.n.1.1.5.1" class="show"><li><span class="module"><a href="Data-Text-Internal-Builder-Functions.html">Data.Text.Internal.Builder.Functions</a></span></li><li><span id="control.n.1.1.5.1.2" class="module collapser" onclick="toggleSection('n.1.1.5.1.2')">Int</span><ul id="section.n.1.1.5.1.2" class="show"><li><span class="module"><a href="Data-Text-Internal-Builder-Int-Digits.html">Data.Text.Internal.Builder.Int.Digits</a></span></li></ul></li><li><span id="control.n.1.1.5.1.3" class="module collapser" onclick="toggleSection('n.1.1.5.1.3')">RealFloat</span><ul id="section.n.1.1.5.1.3" class="show"><li><span class="module"><a href="Data-Text-Internal-Builder-RealFloat-Functions.html">Data.Text.Internal.Builder.RealFloat.Functions</a></span></li></ul></li></ul></li><li><span id="control.n.1.1.5.2" class="module collapser" onclick="toggleSection('n.1.1.5.2')">Encoding</span><ul id="section.n.1.1.5.2" class="show"><li><span class="module"><span id="control.n.1.1.5.2.1" class="collapser" onclick="toggleSection('n.1.1.5.2.1')">&nbsp;</span><a href="Data-Text-Internal-Encoding-Fusion.html">Data.Text.Internal.Encoding.Fusion</a></span><ul id="section.n.1.1.5.2.1" class="show"><li><span class="module"><a href="Data-Text-Internal-Encoding-Fusion-Common.html">Data.Text.Internal.Encoding.Fusion.Common</a></span></li></ul></li><li><span class="module"><a href="Data-Text-Internal-Encoding-Utf16.html">Data.Text.Internal.Encoding.Utf16</a></span></li><li><span class="module"><a href="Data-Text-Internal-Encoding-Utf32.html">Data.Text.Internal.Encoding.Utf32</a></span></li><li><span class="module"><a href="Data-Text-Internal-Encoding-Utf8.html">Data.Text.Internal.Encoding.Utf8</a></span></li></ul></li><li><span class="module"><a href="Data-Text-Internal-Functions.html">Data.Text.Internal.Functions</a></span></li><li><span class="module"><span id="control.n.1.1.5.4" class="collapser" onclick="toggleSection('n.1.1.5.4')">&nbsp;</span><a href="Data-Text-Internal-Fusion.html">Data.Text.Internal.Fusion</a></span><ul id="section.n.1.1.5.4" class="show"><li><span class="module"><a href="Data-Text-Internal-Fusion-CaseMapping.html">Data.Text.Internal.Fusion.CaseMapping</a></span></li><li><span class="module"><a href="Data-Text-Internal-Fusion-Common.html">Data.Text.Internal.Fusion.Common</a></span></li><li><span class="module"><a href="Data-Text-Internal-Fusion-Size.html">Data.Text.Internal.Fusion.Size</a></span></li><li><span class="module"><a href="Data-Text-Internal-Fusion-Types.html">Data.Text.Internal.Fusion.Types</a></span></li></ul></li><li><span class="module"><a href="Data-Text-Internal-IO.html">Data.Text.Internal.IO</a></span></li><li><span class="module"><span id="control.n.1.1.5.6" class="collapser" onclick="toggleSection('n.1.1.5.6')">&nbsp;</span><a href="Data-Text-Internal-Lazy.html">Data.Text.Internal.Lazy</a></span><ul id="section.n.1.1.5.6" class="show"><li><span id="control.n.1.1.5.6.1" class="module collapser" onclick="toggleSection('n.1.1.5.6.1')">Encoding</span><ul id="section.n.1.1.5.6.1" class="show"><li><span class="module"><a href="Data-Text-Internal-Lazy-Encoding-Fusion.html">Data.Text.Internal.Lazy.Encoding.Fusion</a></span></li></ul></li><li><span class="module"><a href="Data-Text-Internal-Lazy-Fusion.html">Data.Text.Internal.Lazy.Fusion</a></span></li><li><span class="module"><a href="Data-Text-Internal-Lazy-Search.html">Data.Text.Internal.Lazy.Search</a></span></li></ul></li><li><span class="module"><a href="Data-Text-Internal-Private.html">Data.Text.Internal.Private</a></span></li><li><span class="module"><a href="Data-Text-Internal-Read.html">Data.Text.Internal.Read</a></span></li><li><span class="module"><a href="Data-Text-Internal-Search.html">Data.Text.Internal.Search</a></span></li><li><span class="module"><span id="control.n.1.1.5.10" class="collapser" onclick="toggleSection('n.1.1.5.10')">&nbsp;</span><a href="Data-Text-Internal-Unsafe.html">Data.Text.Internal.Unsafe</a></span><ul id="section.n.1.1.5.10" class="show"><li><span class="module"><a href="Data-Text-Internal-Unsafe-Char.html">Data.Text.Internal.Unsafe.Char</a></span></li><li><span class="module"><a href="Data-Text-Internal-Unsafe-Shift.html">Data.Text.Internal.Unsafe.Shift</a></span></li></ul></li></ul></li><li><span class="module"><span id="control.n.1.1.6" class="collapser" onclick="toggleSection('n.1.1.6')">&nbsp;</span><a href="Data-Text-Lazy.html">Data.Text.Lazy</a></span><ul id="section.n.1.1.6" class="show"><li><span class="module"><span id="control.n.1.1.6.1" class="collapser" onclick="toggleSection('n.1.1.6.1')">&nbsp;</span><a href="Data-Text-Lazy-Builder.html">Data.Text.Lazy.Builder</a></span><ul id="section.n.1.1.6.1" class="show"><li><span class="module"><a href="Data-Text-Lazy-Builder-Int.html">Data.Text.Lazy.Builder.Int</a></span></li><li><span class="module"><a href="Data-Text-Lazy-Builder-RealFloat.html">Data.Text.Lazy.Builder.RealFloat</a></span></li></ul></li><li><span class="module"><a href="Data-Text-Lazy-Encoding.html">Data.Text.Lazy.Encoding</a></span></li><li><span class="module"><a href="Data-Text-Lazy-IO.html">Data.Text.Lazy.IO</a></span></li><li><span class="module"><a href="Data-Text-Lazy-Internal.html">Data.Text.Lazy.Internal</a></span></li><li><span class="module"><a href="Data-Text-Lazy-Read.html">Data.Text.Lazy.Read</a></span></li></ul></li><li><span class="module"><a href="Data-Text-Read.html">Data.Text.Read</a></span></li><li><span class="module"><a href="Data-Text-Unsafe.html">Data.Text.Unsafe</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>