This file is indexed.

/usr/share/doc/libghc-language-python-doc/html/Language-Python-Common-ParseError.html is in libghc-language-python-doc 0.4.0-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
<!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>Language.Python.Common.ParseError</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_Language-Python-Common-ParseError.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Language-Python-Common-ParseError.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">language-python-0.4.0: Parsing and pretty printing of Python code.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>ghc</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Maintainer</th><td>bjpop@csse.unimelb.edu.au</td></tr><tr><th>Safe Haskell</th><td>Safe-Inferred</td></tr></table><p class="caption">Language.Python.Common.ParseError</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Error values for the lexer and parser. 
</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:ParseError" class="def">ParseError</a>  <a href="src/Language-Python-Common-ParseError.html#ParseError" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:UnexpectedToken" class="def">UnexpectedToken</a> <a href="Language-Python-Common-Token.html#t:Token">Token</a></td><td class="doc"><p>An error from the parser. Token found where it should not be. Note: tokens contain their own source span.
</p></td></tr><tr><td class="src"><a name="v:UnexpectedChar" class="def">UnexpectedChar</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Char.html#t:Char">Char</a> <a href="Language-Python-Common-SrcLocation.html#t:SrcLocation">SrcLocation</a></td><td class="doc"><p>An error from the lexer. Character found where it should not be.
</p></td></tr><tr><td class="src"><a name="v:StrError" class="def">StrError</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></td><td class="doc"><p>A generic error containing a string message. No source location.
</p></td></tr></table></div><div class="subs instances"><p id="control.i:ParseError" class="caption collapser" onclick="toggleSection('i:ParseError')">Instances</p><div id="section.i:ParseError" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Eq.html#t:Eq">Eq</a> <a href="Language-Python-Common-ParseError.html#t:ParseError">ParseError</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Ord.html#t:Ord">Ord</a> <a href="Language-Python-Common-ParseError.html#t:ParseError">ParseError</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Show.html#t:Show">Show</a> <a href="Language-Python-Common-ParseError.html#t:ParseError">ParseError</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/libghc-monads-tf-doc/html/Control-Monad-Error-Class.html#t:Error">Error</a> <a href="Language-Python-Common-ParseError.html#t:ParseError">ParseError</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Language-Python-Common-Pretty.html#t:Pretty">Pretty</a> <a href="Language-Python-Common-ParseError.html#t:ParseError">ParseError</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.13.2</p></div></body></html>