This file is indexed.

/usr/share/doc/libghc-yesod-core-doc/html/Yesod-Internal-TestApi.html is in libghc-yesod-core-doc 0.10.2.1-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
10
11
12
<!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>Yesod.Internal.TestApi</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_Yesod-Internal-TestApi.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Yesod-Internal-TestApi.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">yesod-core-0.10.2.1: Creation of type-safe, RESTful web applications.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe-Infered</td></tr></table><p class="caption">Yesod.Internal.TestApi</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>WARNING: This module exposes internal interfaces solely for the
 purpose of facilitating cabal-driven testing of said interfaces.
 This module is NOT part of the public Yesod API and should NOT be
 imported by library users.
</p></div></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"><a href="#v:randomString">randomString</a> :: <a href="/usr/share/doc/libghc-random-doc/html/System-Random.html#t:RandomGen">RandomGen</a> g =&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a> -&gt; g -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:parseWaiRequest-39-">parseWaiRequest'</a> :: <a href="/usr/share/doc/libghc-random-doc/html/System-Random.html#t:RandomGen">RandomGen</a> g =&gt; <a href="/usr/share/doc/libghc-wai-doc/html/Network-Wai.html#t:Request">Request</a> -&gt; [(<a href="/usr/share/doc/libghc-text-doc/html/Data-Text-Internal.html#t:Text">Text</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.9.2.1/Data-ByteString.html#t:ByteString">ByteString</a>)] -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Maybe.html#t:Maybe">Maybe</a> a -&gt; g -&gt; <a href="Yesod-Request.html#t:Request">Request</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:randomString" class="def">randomString</a> :: <a href="/usr/share/doc/libghc-random-doc/html/System-Random.html#t:RandomGen">RandomGen</a> g =&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a> -&gt; g -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-String.html#t:String">String</a><a href="src/Yesod-Internal-Request.html#randomString" class="link">Source</a></p><div class="doc"><p>Generate a random String of alphanumerical characters
 (a-z, A-Z, and 0-9) of the given length using the given
 random number generator.
</p></div></div><div class="top"><p class="src"><a name="v:parseWaiRequest-39-" class="def">parseWaiRequest'</a><a href="src/Yesod-Internal-Request.html#parseWaiRequest%27" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="/usr/share/doc/libghc-random-doc/html/System-Random.html#t:RandomGen">RandomGen</a> g</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; <a href="/usr/share/doc/libghc-wai-doc/html/Network-Wai.html#t:Request">Request</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; [(<a href="/usr/share/doc/libghc-text-doc/html/Data-Text-Internal.html#t:Text">Text</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.9.2.1/Data-ByteString.html#t:ByteString">ByteString</a>)]</td><td class="doc"><p>session
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Maybe.html#t:Maybe">Maybe</a> a</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; g</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="Yesod-Request.html#t:Request">Request</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.10.0</p></div></body></html>