This file is indexed.

/usr/share/doc/libghc-fgl-doc/html/index.html is in libghc-fgl-doc 5.5.4.0-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
<!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>fgl-5.5.4.0: Martin Erwig's Functional Graph Library</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();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">fgl-5.5.4.0: Martin Erwig's Functional Graph Library</p></div><div id="content"><div id="description"><h1>fgl-5.5.4.0: Martin Erwig's Functional Graph Library</h1><div class="doc"><p>An inductive representation of manipulating graph data structures.</p><p>Original website can be found at <a href="http://web.engr.oregonstate.edu/~erwig/fgl/haskell">http://web.engr.oregonstate.edu/~erwig/fgl/haskell</a>.</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Data</span><ul id="section.n.1" class="show"><li><span id="control.n.1.1" class="module collapser" onclick="toggleSection('n.1.1')">Graph</span><ul id="section.n.1.1" class="show"><li><span class="module"><span id="control.n.1.1.1" class="collapser" onclick="toggleSection('n.1.1.1')">&nbsp;</span><a href="Data-Graph-Inductive.html">Data.Graph.Inductive</a></span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="Data-Graph-Inductive-Basic.html">Data.Graph.Inductive.Basic</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Example.html">Data.Graph.Inductive.Example</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Graph.html">Data.Graph.Inductive.Graph</a></span></li><li><span id="control.n.1.1.1.4" class="module collapser" onclick="toggleSection('n.1.1.1.4')">Internal</span><ul id="section.n.1.1.1.4" class="show"><li><span class="module"><a href="Data-Graph-Inductive-Internal-Heap.html">Data.Graph.Inductive.Internal.Heap</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Internal-Queue.html">Data.Graph.Inductive.Internal.Queue</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Internal-RootPath.html">Data.Graph.Inductive.Internal.RootPath</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Internal-Thread.html">Data.Graph.Inductive.Internal.Thread</a></span></li></ul></li><li><span class="module"><span id="control.n.1.1.1.5" class="collapser" onclick="toggleSection('n.1.1.1.5')">&nbsp;</span><a href="Data-Graph-Inductive-Monad.html">Data.Graph.Inductive.Monad</a></span><ul id="section.n.1.1.1.5" class="show"><li><span class="module"><a href="Data-Graph-Inductive-Monad-IOArray.html">Data.Graph.Inductive.Monad.IOArray</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Monad-STArray.html">Data.Graph.Inductive.Monad.STArray</a></span></li></ul></li><li><span class="module"><a href="Data-Graph-Inductive-NodeMap.html">Data.Graph.Inductive.NodeMap</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-PatriciaTree.html">Data.Graph.Inductive.PatriciaTree</a></span></li><li><span class="module"><span id="control.n.1.1.1.8" class="collapser" onclick="toggleSection('n.1.1.1.8')">&nbsp;</span><a href="Data-Graph-Inductive-Query.html">Data.Graph.Inductive.Query</a></span><ul id="section.n.1.1.1.8" class="show"><li><span class="module"><a href="Data-Graph-Inductive-Query-ArtPoint.html">Data.Graph.Inductive.Query.ArtPoint</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-BCC.html">Data.Graph.Inductive.Query.BCC</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-BFS.html">Data.Graph.Inductive.Query.BFS</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-DFS.html">Data.Graph.Inductive.Query.DFS</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-Dominators.html">Data.Graph.Inductive.Query.Dominators</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-GVD.html">Data.Graph.Inductive.Query.GVD</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-Indep.html">Data.Graph.Inductive.Query.Indep</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-MST.html">Data.Graph.Inductive.Query.MST</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-MaxFlow.html">Data.Graph.Inductive.Query.MaxFlow</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-MaxFlow2.html">Data.Graph.Inductive.Query.MaxFlow2</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-Monad.html">Data.Graph.Inductive.Query.Monad</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-SP.html">Data.Graph.Inductive.Query.SP</a></span></li><li><span class="module"><a href="Data-Graph-Inductive-Query-TransClos.html">Data.Graph.Inductive.Query.TransClos</a></span></li></ul></li><li><span class="module"><a href="Data-Graph-Inductive-Tree.html">Data.Graph.Inductive.Tree</a></span></li></ul></li></ul></li></ul></li></ul></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>