This file is indexed.

/usr/share/doc/libghc-flexible-defaults-doc/html/index.html is in libghc-flexible-defaults-doc 0.0.1.1-3build1.

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
<!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>flexible-defaults-0.0.1.1: Generate default function implementations for complex type classes.</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();};
//]]>
</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">flexible-defaults-0.0.1.1: Generate default function implementations for complex type classes.</p></div><div id="content"><div id="description"><h1>flexible-defaults-0.0.1.1: Generate default function implementations for complex type classes.</h1><div class="doc"><p>Template Haskell code to implement default implementations
for type-class functions based on which functions are
already implemented.  Currently extremely crude but
still fairly effective.</p><p>When defining a type class with many functions, each
of which can be implemented based on arbitrary subsets
of the others, the standard default-implementation
concept breaks down quite badly.  This library provides
a system by which more complex rules can be described
for choosing default implementations based on which
ones the user supplies.  These implementations can
additionally be given &quot;suitability scores&quot;, so that
when multiple possible choices could be made, the
library can choose the &quot;best&quot; one.</p><p>Changes in 0.0.1.0: Updated for Template Haskell changes
in GHC 7.6</p><p>Changes in v0.0.0.3:  Added a hack to fix under GHC 7.2.</p><p>Changes in v0.0.0.2:  Nothing at all except setting
'buildable: False' under GHC 7.2.1.</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')">Language</span><ul id="section.n.1" class="show"><li><span id="control.n.1.1" class="module collapser" onclick="toggleSection('n.1.1')">Haskell</span><ul id="section.n.1.1" class="show"><li><span id="control.n.1.1.1" class="module collapser" onclick="toggleSection('n.1.1.1')">TH</span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="Language-Haskell-TH-FlexibleDefaults.html">Language.Haskell.TH.FlexibleDefaults</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.16.1</p></div></body></html>