This file is indexed.

/usr/share/doc/libghc-here-doc/html/Data-String-Here-Interpolated.html is in libghc-here-doc 1.2.12-1build1.

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
<!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.String.Here.Interpolated</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();setSynopsis("mini_Data-String-Here-Interpolated.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-String-Here-Interpolated.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">here-1.2.12: Here docs &amp; interpolated strings via quasiquotation</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.String.Here.Interpolated</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Interpolated here docs</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:i">i</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/template-haskell-2.11.1.0/Language-Haskell-TH-Quote.html#t:QuasiQuoter">QuasiQuoter</a></li><li class="src short"><a href="#v:iTrim">iTrim</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/template-haskell-2.11.1.0/Language-Haskell-TH-Quote.html#t:QuasiQuoter">QuasiQuoter</a></li><li class="src short"><a href="#v:template">template</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/template-haskell-2.11.1.0/Language-Haskell-TH-Quote.html#t:QuasiQuoter">QuasiQuoter</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:i" class="def">i</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/template-haskell-2.11.1.0/Language-Haskell-TH-Quote.html#t:QuasiQuoter">QuasiQuoter</a> <a href="src/Data-String-Here-Interpolated.html#i" class="link">Source</a> <a href="#v:i" class="selflink">#</a></p><div class="doc"><p>Quote a here doc with embedded antiquoted expressions</p><p>Any expression occurring between <code>${</code> and <code>}</code> (for which the type must have
 <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Text-Show.html#t:Show">Show</a></code> and <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Typeable-Internal.html#t:Typeable">Typeable</a></code> instances) will be interpolated into the quoted
 string.</p><p>Characters preceded by a backslash are treated literally. This enables the
 inclusion of the literal substring <code>${</code> within your quoted text by writing
 it as <code>\${</code>. The literal sequence <code>\${</code> may be written as <code>\\${</code>.</p></div></div><div class="top"><p class="src"><a id="v:iTrim" class="def">iTrim</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/template-haskell-2.11.1.0/Language-Haskell-TH-Quote.html#t:QuasiQuoter">QuasiQuoter</a> <a href="src/Data-String-Here-Interpolated.html#iTrim" class="link">Source</a> <a href="#v:iTrim" class="selflink">#</a></p><div class="doc"><p>Like <code><a href="Data-String-Here-Interpolated.html#v:i">i</a></code>, but with leading and trailing whitespace trimmed</p></div></div><div class="top"><p class="src"><a id="v:template" class="def">template</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/template-haskell-2.11.1.0/Language-Haskell-TH-Quote.html#t:QuasiQuoter">QuasiQuoter</a> <a href="src/Data-String-Here-Interpolated.html#template" class="link">Source</a> <a href="#v:template" class="selflink">#</a></p><div class="doc"><p>Quote the contents of a file as with <code><a href="Data-String-Here-Interpolated.html#v:i">i</a></code></p><p>This enables usage as a simple template engine</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>