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. bitReverse64 :: Word64 -> Word64

    ghc-internal GHC.Internal.Word

    Reverse the order of the bits in a Word64.

  2. bitReverse8 :: Word8 -> Word8

    ghc-internal GHC.Internal.Word

    Reverse the order of the bits in a Word8.

  3. unReverse :: Reverse a -> a

    safecopy Data.SafeCopy

    No documentation available.

  4. unReverse :: Reverse a -> a

    safecopy Data.SafeCopy.Internal

    No documentation available.

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

    safecopy Data.SafeCopy.Internal

    No documentation available.

  6. 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.

  7. marketPriceReverse :: MarketPrice -> MarketPrice

    hledger-lib Hledger.Data.Valuation

    No documentation available.

  8. _reversedPrefix :: PointedList a -> [a]

    pointedlist Data.List.PointedList

    No documentation available.

  9. _reversedPrefix :: PointedList a -> [a]

    pointedlist Data.List.PointedList.Circular

    No documentation available.

  10. listReverse :: forall (t :: Type -> Type) n e . (Reversible t, Foldable t) => GenericList n t e -> GenericList n t e

    brick Brick.Widgets.List

    Reverse the list. The element selected before the reversal will again be the selected one. Complexity: same as reverse for the container type.

    listReverse for List: O(n)
    listReverse for Seq: O(n)
    

Page 49 of many | Previous | Next