This file is indexed.

/usr/share/doc/libghc-haxml-doc/html/Text-XML-HaXml-Schema-PrettyHaskell.html is in libghc-haxml-doc 1:1.25.3-6.

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
<!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.XML.HaXml.Schema.PrettyHaskell</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_Text-XML-HaXml-Schema-PrettyHaskell.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Text-XML-HaXml-Schema-PrettyHaskell.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">HaXml-1.25.3: Utilities for manipulating XML documents</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Text.XML.HaXml.Schema.PrettyHaskell</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Pretty-print the internal Haskell model of XSD datatypes to a real
   Haskell module containing type declarations, and instances for parsing
   (and printing - though not yet implemented) values of those datatypes
   from(/to) XML.</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:ppComment">ppComment</a> :: CommentPosition -&gt; <a href="Text-XML-HaXml-Schema-HaskellTypeModel.html#t:Comment">Comment</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppModule">ppModule</a> :: <a href="Text-XML-HaXml-Schema-NameConversion.html#t:NameConverter">NameConverter</a> -&gt; <a href="Text-XML-HaXml-Schema-HaskellTypeModel.html#t:Module">Module</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppHighLevelDecl">ppHighLevelDecl</a> :: <a href="Text-XML-HaXml-Schema-NameConversion.html#t:NameConverter">NameConverter</a> -&gt; <a href="Text-XML-HaXml-Schema-HaskellTypeModel.html#t:Decl">Decl</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppHighLevelDecls">ppHighLevelDecls</a> :: <a href="Text-XML-HaXml-Schema-NameConversion.html#t:NameConverter">NameConverter</a> -&gt; [<a href="Text-XML-HaXml-Schema-HaskellTypeModel.html#t:Decl">Decl</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppvList">ppvList</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; (a -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a>) -&gt; [a] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:ppComment" class="def">ppComment</a> :: CommentPosition -&gt; <a href="Text-XML-HaXml-Schema-HaskellTypeModel.html#t:Comment">Comment</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a> <a href="src/Text-XML-HaXml-Schema-PrettyHaskell.html#ppComment" class="link">Source</a> <a href="#v:ppComment" class="selflink">#</a></p><div class="doc"><p>Generate aligned haddock-style documentation.
   (but without escapes in comment text yet)</p></div></div><div class="top"><p class="src"><a id="v:ppModule" class="def">ppModule</a> :: <a href="Text-XML-HaXml-Schema-NameConversion.html#t:NameConverter">NameConverter</a> -&gt; <a href="Text-XML-HaXml-Schema-HaskellTypeModel.html#t:Module">Module</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a> <a href="src/Text-XML-HaXml-Schema-PrettyHaskell.html#ppModule" class="link">Source</a> <a href="#v:ppModule" class="selflink">#</a></p><div class="doc"><p>Convert a whole document from HaskellTypeModel to Haskell source text.</p></div></div><div class="top"><p class="src"><a id="v:ppHighLevelDecl" class="def">ppHighLevelDecl</a> :: <a href="Text-XML-HaXml-Schema-NameConversion.html#t:NameConverter">NameConverter</a> -&gt; <a href="Text-XML-HaXml-Schema-HaskellTypeModel.html#t:Decl">Decl</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a> <a href="src/Text-XML-HaXml-Schema-PrettyHaskell.html#ppHighLevelDecl" class="link">Source</a> <a href="#v:ppHighLevelDecl" class="selflink">#</a></p><div class="doc"><p>Convert a single Haskell Decl into Haskell source text.</p></div></div><div class="top"><p class="src"><a id="v:ppHighLevelDecls" class="def">ppHighLevelDecls</a> :: <a href="Text-XML-HaXml-Schema-NameConversion.html#t:NameConverter">NameConverter</a> -&gt; [<a href="Text-XML-HaXml-Schema-HaskellTypeModel.html#t:Decl">Decl</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a> <a href="src/Text-XML-HaXml-Schema-PrettyHaskell.html#ppHighLevelDecls" class="link">Source</a> <a href="#v:ppHighLevelDecls" class="selflink">#</a></p><div class="doc"><p>Convert multiple HaskellTypeModel Decls to Haskell source text.</p></div></div><div class="top"><p class="src"><a id="v:ppvList" class="def">ppvList</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; (a -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a>) -&gt; [a] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/pretty-1.1.3.3/Text-PrettyPrint.html#t:Doc">Doc</a> <a href="src/Text-XML-HaXml-Schema-PrettyHaskell.html#ppvList" class="link">Source</a> <a href="#v:ppvList" class="selflink">#</a></p><div class="doc"><p>Vertically pretty-print a list of things, with open and close brackets,
   and separators.</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>