This file is indexed.

/usr/share/doc/libghc-tasty-smallcheck-doc/html/tasty-smallcheck.txt is in libghc-tasty-smallcheck-doc 0.8.1-1build1.

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


-- | SmallCheck support for the Tasty test framework.
--   
--   SmallCheck support for the Tasty test framework.
@package tasty-smallcheck
@version 0.8.1


-- | This module allows to use SmallCheck properties in tasty.
module Test.Tasty.SmallCheck

-- | Create a <tt>Test</tt> for a SmallCheck <a>Testable</a> property
testProperty :: Testable IO a => TestName -> a -> TestTree

-- | The "depth" parameter for SmallCheck
newtype SmallCheckDepth
SmallCheckDepth :: Int -> SmallCheckDepth
instance GHC.Real.Integral Test.Tasty.SmallCheck.SmallCheckDepth
instance GHC.Enum.Enum Test.Tasty.SmallCheck.SmallCheckDepth
instance GHC.Real.Real Test.Tasty.SmallCheck.SmallCheckDepth
instance GHC.Classes.Eq Test.Tasty.SmallCheck.SmallCheckDepth
instance GHC.Classes.Ord Test.Tasty.SmallCheck.SmallCheckDepth
instance GHC.Num.Num Test.Tasty.SmallCheck.SmallCheckDepth
instance Test.Tasty.Options.IsOption Test.Tasty.SmallCheck.SmallCheckDepth
instance Test.Tasty.Core.IsTest (Test.SmallCheck.Property.Property GHC.Types.IO)