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.
bitReverse64 :: Word64 -> Word64ghc-internal GHC.Internal.Word Reverse the order of the bits in a Word64.
-
ghc-internal GHC.Internal.Word Reverse the order of the bits in a Word8.
-
safecopy Data.SafeCopy No documentation available.
-
safecopy Data.SafeCopy.Internal No documentation available.
-
safecopy Data.SafeCopy.Internal No documentation available.
journalReverse :: Journal -> Journalhledger-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.
marketPriceReverse :: MarketPrice -> MarketPricehledger-lib Hledger.Data.Valuation No documentation available.
_reversedPrefix :: PointedList a -> [a]pointedlist Data.List.PointedList No documentation available.
_reversedPrefix :: PointedList a -> [a]pointedlist Data.List.PointedList.Circular No documentation available.
-
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)