This file is indexed.

/usr/share/doc/libghc-extensible-exceptions-doc/html/extensible-exceptions.txt is in libghc-extensible-exceptions-doc 0.1.1.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
10
11
12
13
14
15
16
17
18
19
-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Extensible exceptions
--   
--   This package provides extensible exceptions for both new and old
--   versions of GHC (i.e., < 6.10).
@package extensible-exceptions
@version 0.1.1.4


-- | This module provides the extensible exceptions API for raising and
--   catching both built-in and user-defined exceptions.
--   
--   For newer versions of GHC (>=6.9), this package re-exports
--   <a>Exception</a>. Otherwise, it provides a compatibility layer around
--   the previous version of the extensions API.
module Control.Exception.Extensible