This file is indexed.

/usr/share/doc/libghc-show-doc/html/show.txt is in libghc-show-doc 0.6-7build2.

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
-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | 'Show' instances for Lambdabot
--   
--   Show instances for functions and IO procedures
@package show
@version 0.6

module ShowFun
instance (Data.Typeable.Internal.Typeable a, Data.Typeable.Internal.Typeable b) => GHC.Show.Show (a -> b)
instance Data.Typeable.Internal.Typeable a => GHC.Show.Show (GHC.Types.IO a)