Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. bitReverse8 :: Word8 -> Word8

    base GHC.Word

    Reverse the order of the bits in a Word8.

  2. c_reverse :: Ptr Word8 -> Ptr Word8 -> CSize -> IO ()

    bytestring Data.ByteString.Internal

    No documentation available.

  3. getReverse :: Reverse (f :: k -> Type) (a :: k) -> f a

    transformers Data.Functor.Reverse

    No documentation available.

  4. concatReverse :: Monoid m => [m] -> m

    attoparsec Data.Attoparsec.Internal

    Concatenate a monoid after reversing its elements. Used to glue together a series of textual chunks that have been accumulated "backwards".

  5. bitReverse# :: Word# -> Word#

    ghc-prim GHC.Prim

    Reverse the order of the bits in a word.

  6. bitReverse16# :: Word# -> Word#

    ghc-prim GHC.Prim

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

  7. bitReverse32# :: Word# -> Word#

    ghc-prim GHC.Prim

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

  8. bitReverse64# :: Word64# -> Word64#

    ghc-prim GHC.Prim

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

  9. bitReverse8# :: Word# -> Word#

    ghc-prim GHC.Prim

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

  10. bitReverse# :: Word# -> Word#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

Page 43 of many | Previous | Next