Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
bluefin-internal Bluefin.Internal This is more efficient than yieldToList because it gathers the elements into a stack in reverse order. yieldToList then reverses that stack.
>>> runPureEff $ yieldToReverseList $ \y -> do yield y 1 yield y 2 yield y 100 ([100,2,1], ())
pattern
PRINT_SETTINGS_REVERSE :: Textgi-gtk3 GI.Gtk.Constants No description available in the introspection data.