Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. bitReverse8# :: Word# -> Word#

    ghc-internal GHC.Internal.Exts

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

  2. bitReverse16 :: Word16 -> Word16

    ghc-internal GHC.Internal.Word

    Reverse the order of the bits in a Word16.

  3. bitReverse32 :: Word32 -> Word32

    ghc-internal GHC.Internal.Word

    Reverse the order of the bits in a Word32.

  4. bitReverse64 :: Word64 -> Word64

    ghc-internal GHC.Internal.Word

    Reverse the order of the bits in a Word64.

  5. bitReverse8 :: Word8 -> Word8

    ghc-internal GHC.Internal.Word

    Reverse the order of the bits in a Word8.

  6. unReverse :: Reverse a -> a

    safecopy Data.SafeCopy

    No documentation available.

  7. unReverse :: Reverse a -> a

    safecopy Data.SafeCopy.Internal

    No documentation available.

  8. versionFromReverseKind :: SafeCopy (MigrateFrom (Reverse a)) => Kind a -> Version (MigrateFrom (Reverse a))

    safecopy Data.SafeCopy.Internal

    No documentation available.

  9. journalReverse :: Journal -> Journal

    hledger-lib Hledger.Data.Journal

    Reverse all lists of parsed items, which during parsing were prepended to, so that the items are in parse order. Part of post-parse finalisation.

  10. marketPriceReverse :: MarketPrice -> MarketPrice

    hledger-lib Hledger.Data.Valuation

    No documentation available.

Page 49 of many | Previous | Next