Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
takeReversed :: Int -> List a -> List astrict-list StrictList Leave only the specified amount of elements, in reverse order.
takeWhileReversed :: (a -> Bool) -> List a -> List astrict-list StrictList Leave only the first elements satisfying the predicate, producing a list in reversed order.
toListReversed :: List a -> [a]strict-list StrictList Convert to lazy list in normal form (with all elements and spine evaluated).
unsafeReverseSeptets :: Int -> [Word8] -> TextBuildertext-builder-core TextBuilderCore Same as unsafeSeptets, but writes the bytes in reverse order and requires the size to be precise.
>>> unsafeReverseSeptets 3 (fmap (+48) [1, 2, 3]) "321"
_isoReverse :: IconSetOptions -> Boolxlsx Codec.Xlsx.Types.ConditionalFormatting reverses the default order of the icons in the specified icon set
isoReverse :: Lens' IconSetOptions Boolxlsx Codec.Xlsx.Types.ConditionalFormatting No documentation available.
timeDeltaReverse :: Delta Time -> Delta TimeLambdaHack Game.LambdaHack.Common.Time Reverse a time vector.
fromReverseList :: [a] -> Acc aacc Acc Construct from list in reverse order. This is more efficient than fromList, which is actually defined as fromReverseList . reverse.
splitReverse :: Splitter -> Text -> NonEmpty Textalfred-margaret Data.Text.AhoCorasick.Splitter Like split, but return the substrings in reverse order.
splitReverseIgnoreCase :: Splitter -> Text -> NonEmpty Textalfred-margaret Data.Text.AhoCorasick.Splitter Like splitIgnoreCase, but return the substrings in reverse order.