Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
bitReverse32# :: Word# -> Word#ghc-internal GHC.Internal.Base Reverse the order of the bits in a 32-bit word.
bitReverse64# :: Word64# -> Word64#ghc-internal GHC.Internal.Base Reverse the order of the bits in a 64-bit word.
bitReverse8# :: Word# -> Word#ghc-internal GHC.Internal.Base Reverse the order of the bits in a 8-bit word.
-
ghc-internal GHC.Internal.Exts Reverse the order of the bits in a word.
bitReverse16# :: Word# -> Word#ghc-internal GHC.Internal.Exts Reverse the order of the bits in a 16-bit word.
bitReverse32# :: Word# -> Word#ghc-internal GHC.Internal.Exts Reverse the order of the bits in a 32-bit word.
bitReverse64# :: Word64# -> Word64#ghc-internal GHC.Internal.Exts Reverse the order of the bits in a 64-bit word.
bitReverse8# :: Word# -> Word#ghc-internal GHC.Internal.Exts Reverse the order of the bits in a 8-bit word.
bitReverse16 :: Word16 -> Word16ghc-internal GHC.Internal.Word Reverse the order of the bits in a Word16.
bitReverse32 :: Word32 -> Word32ghc-internal GHC.Internal.Word Reverse the order of the bits in a Word32.