This file is indexed.

/usr/share/doc/libghc-fgl-doc/html/Data-Graph-Inductive-Internal-RootPath.html is in libghc-fgl-doc 5.4.2.4-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
<!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>Data.Graph.Inductive.Internal.RootPath</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_Data-Graph-Inductive-Internal-RootPath.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Graph-Inductive-Internal-RootPath.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">fgl-5.4.2.4: Martin Erwig's Functional Graph Library</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Data.Graph.Inductive.Internal.RootPath</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Types
</a></li><li><a href="#g:2">Operations
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Inward directed trees as lists of paths.
</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"><span class="keyword">type</span> <a href="#t:RTree">RTree</a> = [<a href="Data-Graph-Inductive-Graph.html#t:Path">Path</a>]</li><li class="src short"><span class="keyword">type</span> <a href="#t:LRTree">LRTree</a> a = [<a href="Data-Graph-Inductive-Graph.html#t:LPath">LPath</a> a]</li><li class="src short"><a href="#v:getPath">getPath</a> :: <a href="Data-Graph-Inductive-Graph.html#t:Node">Node</a> -&gt; <a href="Data-Graph-Inductive-Internal-RootPath.html#t:RTree">RTree</a> -&gt; <a href="Data-Graph-Inductive-Graph.html#t:Path">Path</a></li><li class="src short"><a href="#v:getLPath">getLPath</a> ::  <a href="Data-Graph-Inductive-Graph.html#t:Node">Node</a> -&gt; <a href="Data-Graph-Inductive-Internal-RootPath.html#t:LRTree">LRTree</a> a -&gt; <a href="Data-Graph-Inductive-Graph.html#t:LPath">LPath</a> a</li><li class="src short"><a href="#v:getDistance">getDistance</a> ::  <a href="Data-Graph-Inductive-Graph.html#t:Node">Node</a> -&gt; <a href="Data-Graph-Inductive-Internal-RootPath.html#t:LRTree">LRTree</a> a -&gt; a</li><li class="src short"><a href="#v:getLPathNodes">getLPathNodes</a> ::  <a href="Data-Graph-Inductive-Graph.html#t:Node">Node</a> -&gt; <a href="Data-Graph-Inductive-Internal-RootPath.html#t:LRTree">LRTree</a> a -&gt; <a href="Data-Graph-Inductive-Graph.html#t:Path">Path</a></li></ul></div><div id="interface"><h1 id="g:1">Types
</h1><div class="top"><p class="src"><span class="keyword">type</span> <a name="t:RTree" class="def">RTree</a> = [<a href="Data-Graph-Inductive-Graph.html#t:Path">Path</a>]<a href="src/Data-Graph-Inductive-Internal-RootPath.html#RTree" class="link">Source</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a name="t:LRTree" class="def">LRTree</a> a = [<a href="Data-Graph-Inductive-Graph.html#t:LPath">LPath</a> a]<a href="src/Data-Graph-Inductive-Internal-RootPath.html#LRTree" class="link">Source</a></p></div><h1 id="g:2">Operations
</h1><div class="top"><p class="src"><a name="v:getPath" class="def">getPath</a> :: <a href="Data-Graph-Inductive-Graph.html#t:Node">Node</a> -&gt; <a href="Data-Graph-Inductive-Internal-RootPath.html#t:RTree">RTree</a> -&gt; <a href="Data-Graph-Inductive-Graph.html#t:Path">Path</a><a href="src/Data-Graph-Inductive-Internal-RootPath.html#getPath" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:getLPath" class="def">getLPath</a> ::  <a href="Data-Graph-Inductive-Graph.html#t:Node">Node</a> -&gt; <a href="Data-Graph-Inductive-Internal-RootPath.html#t:LRTree">LRTree</a> a -&gt; <a href="Data-Graph-Inductive-Graph.html#t:LPath">LPath</a> a<a href="src/Data-Graph-Inductive-Internal-RootPath.html#getLPath" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:getDistance" class="def">getDistance</a> ::  <a href="Data-Graph-Inductive-Graph.html#t:Node">Node</a> -&gt; <a href="Data-Graph-Inductive-Internal-RootPath.html#t:LRTree">LRTree</a> a -&gt; a<a href="src/Data-Graph-Inductive-Internal-RootPath.html#getDistance" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:getLPathNodes" class="def">getLPathNodes</a> ::  <a href="Data-Graph-Inductive-Graph.html#t:Node">Node</a> -&gt; <a href="Data-Graph-Inductive-Internal-RootPath.html#t:LRTree">LRTree</a> a -&gt; <a href="Data-Graph-Inductive-Graph.html#t:Path">Path</a><a href="src/Data-Graph-Inductive-Internal-RootPath.html#getLPathNodes" 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>