This file is indexed.

/usr/share/doc/libghc-lens-doc/html/src/Control-Lens-Internal-CTypes.html is in libghc-lens-doc 4.15.4-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
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<!-- Generated by HsColour, http://code.haskell.org/~malcolm/hscolour/ -->
<title>src/Control/Lens/Internal/CTypes.hs</title>
<link type='text/css' rel='stylesheet' href='hscolour.css' />
</head>
<body>
<pre><a name="line-1"></a><span class='hs-comment'>-----------------------------------------------------------------------------</span>
<a name="line-2"></a><span class='hs-comment'>-- |</span>
<a name="line-3"></a><span class='hs-comment'>-- Module      :  Control.Lens.Internal.CTypes</span>
<a name="line-4"></a><span class='hs-comment'>-- Copyright   :  (C) 2012-2016 Edward Kmett, (C) 2017 Ryan Scott</span>
<a name="line-5"></a><span class='hs-comment'>-- License     :  BSD-style (see the file LICENSE)</span>
<a name="line-6"></a><span class='hs-comment'>-- Maintainer  :  Edward Kmett &lt;ekmett@gmail.com&gt;</span>
<a name="line-7"></a><span class='hs-comment'>-- Stability   :  experimental</span>
<a name="line-8"></a><span class='hs-comment'>-- Portability :  non-portable</span>
<a name="line-9"></a><span class='hs-comment'>--</span>
<a name="line-10"></a><span class='hs-comment'>-- In "Control.Lens.Wrapped", we need to muck around with the internals of the</span>
<a name="line-11"></a><span class='hs-comment'>-- newtypes in "Foreign.C.Types". Unfortunately, the exact types used varies</span>
<a name="line-12"></a><span class='hs-comment'>-- wildly from platform to platform, so trying to manage the imports necessary</span>
<a name="line-13"></a><span class='hs-comment'>-- to bring these types in scope can be unwieldy.</span>
<a name="line-14"></a><span class='hs-comment'>--</span>
<a name="line-15"></a><span class='hs-comment'>-- To make things easier, we use this module as a way to import everything</span>
<a name="line-16"></a><span class='hs-comment'>-- carte blanche that might be used internally in "Foreign.C.Types". For</span>
<a name="line-17"></a><span class='hs-comment'>-- now, this consists of all the exports from the "Data.Int" and "Data.Word"</span>
<a name="line-18"></a><span class='hs-comment'>-- modules, as well as the 'Ptr' type.</span>
<a name="line-19"></a><span class='hs-comment'>----------------------------------------------------------------------------</span>
<a name="line-20"></a><span class='hs-keyword'>module</span> <span class='hs-conid'>Control</span><span class='hs-varop'>.</span><span class='hs-conid'>Lens</span><span class='hs-varop'>.</span><span class='hs-conid'>Internal</span><span class='hs-varop'>.</span><span class='hs-conid'>CTypes</span>
<a name="line-21"></a>  <span class='hs-layout'>(</span> <span class='hs-keyword'>module</span> <span class='hs-conid'>Data</span><span class='hs-varop'>.</span><span class='hs-conid'>Int</span>
<a name="line-22"></a>  <span class='hs-layout'>,</span> <span class='hs-conid'>Ptr</span>
<a name="line-23"></a>  <span class='hs-layout'>,</span> <span class='hs-keyword'>module</span> <span class='hs-conid'>Data</span><span class='hs-varop'>.</span><span class='hs-conid'>Word</span>
<a name="line-24"></a>  <span class='hs-layout'>)</span> <span class='hs-keyword'>where</span>
<a name="line-25"></a>
<a name="line-26"></a><span class='hs-keyword'>import</span> <span class='hs-conid'>Data</span><span class='hs-varop'>.</span><span class='hs-conid'>Int</span>
<a name="line-27"></a><span class='hs-keyword'>import</span> <span class='hs-conid'>Data</span><span class='hs-varop'>.</span><span class='hs-conid'>Word</span>
<a name="line-28"></a><span class='hs-keyword'>import</span> <span class='hs-conid'>Foreign</span><span class='hs-varop'>.</span><span class='hs-conid'>Ptr</span> <span class='hs-layout'>(</span><span class='hs-conid'>Ptr</span><span class='hs-layout'>)</span>
</pre></body>
</html>