This file is indexed.

/usr/lib/hugs/packages/hugsbase/Hugs/Bits.hs is in hugs 98.200609.21-5.4.

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
module Hugs.Bits where

primitive primAndInt        :: Int -> Int -> Int
primitive primOrInt         :: Int -> Int -> Int
primitive primXorInt        :: Int -> Int -> Int
primitive primComplementInt :: Int -> Int
primitive primShiftInt      :: Int -> Int -> Int
primitive primBitInt        :: Int -> Int
primitive primTestInt       :: Int -> Int -> Bool