Searching for #

GHC.ExtsiShiftL# :: Int# -> Int# -> Int#
base
Shift the argument left by the specified number of bits (which must be non-negative).
GHC.ExtsiShiftRA# :: Int# -> Int# -> Int#
base
Shift the argument right (signed) by the specified number of bits (which must be non-negative).
GHC.ExtsiShiftRL# :: Int# -> Int# -> Int#
base
Shift the argument right (unsigned) by the specified number of bits (which must be non-negative).
GHC.ExtsshiftL# :: Word# -> Int# -> Word#
base
Shift the argument left by the specified number of bits (which must be non-negative).
GHC.ExtsshiftRL# :: Word# -> Int# -> Word#
base
Shift the argument right by the specified number of bits (which must be non-negative).
GHC.ExtsW# :: Word# -> Word
base