This file is indexed.

/usr/share/doc/libghc-json-doc/html/Text-JSON-Parsec.html is in libghc-json-doc 0.5-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
<!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.JSON.Parsec</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_Text-JSON-Parsec.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Text-JSON-Parsec.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">json-0.5: Support for serialising Haskell to and from JSON</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable</td></tr><tr><th>Stability</th><td>provisional</td></tr><tr><th>Maintainer</th><td>Sigbjorn Finne &lt;sof@galois.com&gt;</td></tr><tr><th>Safe Haskell</th><td>Safe-Infered</td></tr></table><p class="caption">Text.JSON.Parsec</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Parse JSON values using the Parsec combinators.
</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:p_value" class="def">p_value</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> <a href="Text-JSON-Types.html#t:JSValue">JSValue</a><a href="src/Text-JSON-Parsec.html#p_value" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:p_null" class="def">p_null</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a><a href="src/Text-JSON-Parsec.html#p_null" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:p_boolean" class="def">p_boolean</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Bool.html#t:Bool">Bool</a><a href="src/Text-JSON-Parsec.html#p_boolean" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:p_array" class="def">p_array</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> [<a href="Text-JSON-Types.html#t:JSValue">JSValue</a>]<a href="src/Text-JSON-Parsec.html#p_array" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:p_string" class="def">p_string</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-String.html#t:String">String</a><a href="src/Text-JSON-Parsec.html#p_string" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:p_object" class="def">p_object</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> [(<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-String.html#t:String">String</a>, <a href="Text-JSON-Types.html#t:JSValue">JSValue</a>)]<a href="src/Text-JSON-Parsec.html#p_object" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:p_number" class="def">p_number</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Prelude.html#t:Rational">Rational</a><a href="src/Text-JSON-Parsec.html#p_number" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:p_js_string" class="def">p_js_string</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> <a href="Text-JSON-Types.html#t:JSString">JSString</a><a href="src/Text-JSON-Parsec.html#p_js_string" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:p_js_object" class="def">p_js_object</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> (<a href="Text-JSON-Types.html#t:JSObject">JSObject</a> <a href="Text-JSON-Types.html#t:JSValue">JSValue</a>)<a href="src/Text-JSON-Parsec.html#p_js_object" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:p_jvalue" class="def">p_jvalue</a> :: <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec-Char.html#t:CharParser">CharParser</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a> <a href="Text-JSON-Types.html#t:JSValue">JSValue</a><a href="src/Text-JSON-Parsec.html#p_jvalue" class="link">Source</a></p></div><div class="top"><p class="src">module <a href="/usr/share/doc/libghc-parsec2-doc/html/Text-ParserCombinators-Parsec.html">Text.ParserCombinators.Parsec</a></p></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>