This file is indexed.

/usr/share/doc/libghc-haxml-doc/html/Text-XML-HaXml-Html-Generate.html is in libghc-haxml-doc 1:1.22.5-2.

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
13
14
15
16
17
18
19
20
21
22
23
<!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.Html.Generate</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-XML-HaXml-Html-Generate.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Text-XML-HaXml-Html-Generate.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.22.5: Utilities for manipulating XML documents</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">Text.XML.HaXml.Html.Generate</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">HTML construction filters
</a><ul><li><a href="#g:2">Containers
</a></li><li><a href="#g:3">Anchors
</a></li><li><a href="#g:4">Text style
</a></li><li><a href="#g:5">Tables
</a></li><li><a href="#g:6">Breaks, lines
</a></li><li><a href="#g:7">Attributes
</a></li></ul></li><li><a href="#g:8">A simple HTML pretty-printer
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>These are just some common abbreviations for generating HTML
   content within the XML transformation framework defined
   by <a href="Text-Xml-HaXml-Combinators.html">Text.Xml.HaXml.Combinators</a>.
</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:html">html</a>, <a href="#v:margin">margin</a>, <a href="#v:hspan">hspan</a>, <a href="#v:hdiv">hdiv</a>, <a href="#v:hcol">hcol</a>, <a href="#v:hrow">hrow</a>, <a href="#v:htable">htable</a>, <a href="#v:hbold">hbold</a>, <a href="#v:htt">htt</a>, <a href="#v:hem">hem</a>, <a href="#v:hcentre">hcentre</a>, <a href="#v:hpre">hpre</a>, <a href="#v:hpara">hpara</a>, <a href="#v:h4">h4</a>, <a href="#v:h3">h3</a>, <a href="#v:h2">h2</a>, <a href="#v:h1">h1</a>, <a href="#v:hbody">hbody</a>, <a href="#v:htitle">htitle</a>, <a href="#v:hhead">hhead</a> ::  [<a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i] -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i</li><li class="src short"><a href="#v:anchor">anchor</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-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i)] -&gt; [<a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i] -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i</li><li class="src short"><a href="#v:makehref">makehref</a>, <a href="#v:anchorname">anchorname</a> ::  <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i -&gt; [<a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i] -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i</li><li class="src short"><a href="#v:parens">parens</a> ::  <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i</li><li class="src short"><a href="#v:bullet">bullet</a> ::  [<a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i] -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i</li><li class="src short"><a href="#v:hbr">hbr</a>, <a href="#v:hhr">hhr</a> ::  <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i</li><li class="src short"><a href="#v:showattr">showattr</a>, <a href="#v:-63-">(?)</a>, <a href="#v:-33-">(!)</a> ::  <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-String.html#t:String">String</a> -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i</li><li class="src short"><a href="#v:htmlprint">htmlprint</a> ::  [<a href="Text-XML-HaXml-Types.html#t:Content">Content</a> i] -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/pretty-1.1.1.0/Text-PrettyPrint.html#t:Doc">Doc</a></li></ul></div><div id="interface"><h1 id="g:1">HTML construction filters
</h1><h2 id="g:2">Containers
</h2><div class="top"><p class="src"><a name="v:html" class="def">html</a>, <a name="v:margin" class="def">margin</a>, <a name="v:hspan" class="def">hspan</a>, <a name="v:hdiv" class="def">hdiv</a>, <a name="v:hcol" class="def">hcol</a>, <a name="v:hrow" class="def">hrow</a>, <a name="v:htable" class="def">htable</a>, <a name="v:hbold" class="def">hbold</a>, <a name="v:htt" class="def">htt</a>, <a name="v:hem" class="def">hem</a>, <a name="v:hcentre" class="def">hcentre</a>, <a name="v:hpre" class="def">hpre</a>, <a name="v:hpara" class="def">hpara</a>, <a name="v:h4" class="def">h4</a>, <a name="v:h3" class="def">h3</a>, <a name="v:h2" class="def">h2</a>, <a name="v:h1" class="def">h1</a>, <a name="v:hbody" class="def">hbody</a>, <a name="v:htitle" class="def">htitle</a>, <a name="v:hhead" class="def">hhead</a> ::  [<a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i] -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i<a href="src/Text-XML-HaXml-Html-Generate.html#html" class="link">Source</a></p></div><h2 id="g:3">Anchors
</h2><div class="top"><p class="src"><a name="v:anchor" class="def">anchor</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-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i)] -&gt; [<a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i] -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i<a href="src/Text-XML-HaXml-Html-Generate.html#anchor" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:makehref" class="def">makehref</a>, <a name="v:anchorname" class="def">anchorname</a> ::  <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i -&gt; [<a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i] -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i<a href="src/Text-XML-HaXml-Html-Generate.html#makehref" class="link">Source</a></p></div><h2 id="g:4">Text style
</h2><div class="top"><p class="src"><a name="v:parens" class="def">parens</a> ::  <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i<a href="src/Text-XML-HaXml-Html-Generate.html#parens" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bullet" class="def">bullet</a> ::  [<a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i] -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i<a href="src/Text-XML-HaXml-Html-Generate.html#bullet" class="link">Source</a></p></div><h2 id="g:5">Tables
</h2><h2 id="g:6">Breaks, lines
</h2><div class="top"><p class="src"><a name="v:hbr" class="def">hbr</a>, <a name="v:hhr" class="def">hhr</a> ::  <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i<a href="src/Text-XML-HaXml-Html-Generate.html#hbr" class="link">Source</a></p></div><h2 id="g:7">Attributes
</h2><div class="top"><p class="src"><a name="v:showattr" class="def">showattr</a>, <a name="v:-63-" class="def">(?)</a>, <a name="v:-33-" class="def">(!)</a> ::  <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-String.html#t:String">String</a> -&gt; <a href="Text-XML-HaXml-Combinators.html#t:CFilter">CFilter</a> i<a href="src/Text-XML-HaXml-Html-Generate.html#showattr" class="link">Source</a></p></div><h1 id="g:8">A simple HTML pretty-printer
</h1><div class="top"><p class="src"><a name="v:htmlprint" class="def">htmlprint</a> ::  [<a href="Text-XML-HaXml-Types.html#t:Content">Content</a> i] -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/pretty-1.1.1.0/Text-PrettyPrint.html#t:Doc">Doc</a><a href="src/Text-XML-HaXml-Html-Generate.html#htmlprint" class="link">Source</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>