This file is indexed.

/usr/share/doc/libghc-chunked-data-doc/html/Data-Sequences-Lazy.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
<!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.Sequences.Lazy</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-Sequences-Lazy.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Sequences-Lazy.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.Sequences.Lazy</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:IsSequence">IsSequence</a> lazy, <a href="file:///usr/share/doc/libghc-mono-traversable-doc/html/Data-Sequences.html#t:IsSequence">IsSequence</a> strict) =&gt; <a href="#t:LazySequence">LazySequence</a> lazy strict | lazy -&gt; strict, strict -&gt; lazy <span class="keyword">where</span><ul class="subs"><li><a href="#v:toChunks">toChunks</a> :: lazy -&gt; [strict]</li><li><a href="#v:fromChunks">fromChunks</a> :: [strict] -&gt; lazy</li><li><a href="#v:toStrict">toStrict</a> :: lazy -&gt; strict</li><li><a href="#v:fromStrict">fromStrict</a> :: strict -&gt; lazy</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:IsSequence">IsSequence</a> lazy, <a href="file:///usr/share/doc/libghc-mono-traversable-doc/html/Data-Sequences.html#t:IsSequence">IsSequence</a> strict) =&gt; <a name="t:LazySequence" class="def">LazySequence</a> lazy strict | lazy -&gt; strict, strict -&gt; lazy <span class="keyword">where</span> <a href="src/Data-Sequences-Lazy.html#LazySequence" class="link">Source</a></p><div class="doc"><p>Lazy sequences containing strict chunks of data.</p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:toChunks" class="def">toChunks</a> :: lazy -&gt; [strict] <a href="src/Data-Sequences-Lazy.html#toChunks" class="link">Source</a></p><p class="src"><a name="v:fromChunks" class="def">fromChunks</a> :: [strict] -&gt; lazy <a href="src/Data-Sequences-Lazy.html#fromChunks" class="link">Source</a></p><p class="src"><a name="v:toStrict" class="def">toStrict</a> :: lazy -&gt; strict <a href="src/Data-Sequences-Lazy.html#toStrict" class="link">Source</a></p><p class="src"><a name="v:fromStrict" class="def">fromStrict</a> :: strict -&gt; lazy <a href="src/Data-Sequences-Lazy.html#fromStrict" class="link">Source</a></p></div><div class="subs instances"><p id="control.i:LazySequence" class="caption collapser" onclick="toggleSection('i:LazySequence')">Instances</p><div id="section.i:LazySequence" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Sequences-Lazy.html#t:LazySequence">LazySequence</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString-Lazy.html#t:ByteString">ByteString</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-Sequences-Lazy.html#line-18" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Sequences-Lazy.html#t:LazySequence">LazySequence</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/libghc-text-doc/html/Data-Text.html#t:Text">Text</a></span> <a href="src/Data-Sequences-Lazy.html#line-24" 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>