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.

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

    transformers Data.Functor.Reverse

    No documentation available.

  2. 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".

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

    ghc-prim GHC.Prim

    Reverse the order of the bits in a word.

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

    ghc-prim GHC.Prim

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

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

    ghc-prim GHC.Prim

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

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

    ghc-prim GHC.Prim

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

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

    ghc-prim GHC.Prim

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

  8. bitReverse# :: Word# -> Word#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  9. bitReverse16# :: Word# -> Word#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  10. bitReverse32# :: Word# -> Word#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

Page 43 of many | Previous | Next