Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. bitReverse64# :: Word64# -> Word64#

    base GHC.Base

    Reverse the order of the bits in a 64-bit word.

  2. bitReverse8# :: Word# -> Word#

    base GHC.Base

    Reverse the order of the bits in a 8-bit word.

  3. bitReverse# :: Word# -> Word#

    base GHC.Exts

    Reverse the order of the bits in a word.

  4. bitReverse16# :: Word# -> Word#

    base GHC.Exts

    Reverse the order of the bits in a 16-bit word.

  5. bitReverse32# :: Word# -> Word#

    base GHC.Exts

    Reverse the order of the bits in a 32-bit word.

  6. bitReverse64# :: Word64# -> Word64#

    base GHC.Exts

    Reverse the order of the bits in a 64-bit word.

  7. bitReverse8# :: Word# -> Word#

    base GHC.Exts

    Reverse the order of the bits in a 8-bit word.

  8. bitReverse16 :: Word16 -> Word16

    base GHC.Word

    Reverse the order of the bits in a Word16.

  9. bitReverse32 :: Word32 -> Word32

    base GHC.Word

    Reverse the order of the bits in a Word32.

  10. bitReverse64 :: Word64 -> Word64

    base GHC.Word

    Reverse the order of the bits in a Word64.

Page 42 of many | Previous | Next