This file is indexed.

/usr/share/doc/libghc-hspec-core-doc/html/mini_Test-Hspec-Core-Spec.html is in libghc-hspec-core-doc 2.2.4-3.

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>Test.Hspec.Core.Spec</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 id="mini"><div id="module-header"><p class="caption">Test.Hspec.Core.Spec</p></div><div id="interface"><h1>Defining a spec</h1><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:describe" target="main">describe</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:it" target="main">it</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:pending" target="main">pending</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:pendingWith" target="main">pendingWith</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:parallel" target="main">parallel</a></p></div><h1>The <code>SpecM</code> monad</h1><div class="top"><p class="src"><span class="keyword">type</span> <a href="Test-Hspec-Core-Spec.html#t:Spec" target="main">Spec</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Test-Hspec-Core-Spec.html#t:SpecWith" target="main">SpecWith</a> a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Test-Hspec-Core-Spec.html#t:SpecM" target="main">SpecM</a> a r</p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:runSpecM" target="main">runSpecM</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:fromSpecList" target="main">fromSpecList</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:runIO" target="main">runIO</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:mapSpecTree" target="main">mapSpecTree</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:mapSpecItem" target="main">mapSpecItem</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:mapSpecItem_" target="main">mapSpecItem_</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:modifyParams" target="main">modifyParams</a></p></div><h1>A type class for examples</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Test-Hspec-Core-Spec.html#t:Example" target="main">Example</a> e</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Test-Hspec-Core-Spec.html#t:Params" target="main">Params</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:defaultParams" target="main">defaultParams</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Test-Hspec-Core-Spec.html#t:ActionWith" target="main">ActionWith</a> a</p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Test-Hspec-Core-Spec.html#t:Progress" target="main">Progress</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Test-Hspec-Core-Spec.html#t:ProgressCallback" target="main">ProgressCallback</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Test-Hspec-Core-Spec.html#t:Result" target="main">Result</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Test-Hspec-Core-Spec.html#t:Location" target="main">Location</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Test-Hspec-Core-Spec.html#t:LocationAccuracy" target="main">LocationAccuracy</a></p></div><h1>Internal representation of a spec tree</h1><div class="top"><p class="src"><span class="keyword">type</span> <a href="Test-Hspec-Core-Spec.html#t:SpecTree" target="main">SpecTree</a> a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Test-Hspec-Core-Spec.html#t:Tree" target="main">Tree</a> c a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Test-Hspec-Core-Spec.html#t:Item" target="main">Item</a> a</p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:specGroup" target="main">specGroup</a></p></div><div class="top"><p class="src"><a href="Test-Hspec-Core-Spec.html#v:specItem" target="main">specItem</a></p></div></div></body></html>