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.
hreverse :: forall (a :: [Type]) (r :: [Type]) . HReversible a r => HSet a -> HSet rhset Data.HSet.Reverse No documentation available.
hreverse' :: HReverse acc els1 els2 => HSet acc -> HSet els1 -> HSet els2hset Data.HSet.Reverse No documentation available.
SCXReverse :: Bool -> ScaleConfighvega Graphics.Vega.VegaLite Reverse the X scale (useful for right-to-left charts).
SReverse :: Bool -> ScalePropertyhvega Graphics.Vega.VegaLite Should the order of the scale range be reversed?
zipWithReverse :: (a -> a -> b) -> [a] -> [b]speculate Test.Speculate.Utils No documentation available.
apReversed :: List (a -> b) -> List a -> List bstrict-list StrictList Apply the functions in the left list to every element in the right one, producing a list of results in reversed order.
apZippingReversed :: List (a -> b) -> List a -> List bstrict-list StrictList Apply the functions in the left list to elements in the right one, producing a list of results in reversed order.
breakReversed :: (a -> Bool) -> List a -> (List a, List a)strict-list StrictList Same as break, only with the first list in reverse order.
catMaybesReversed :: List (Maybe a) -> List astrict-list StrictList Keep only the present values, reversing the order.
explodeReversed :: (a -> List b) -> List a -> List bstrict-list StrictList Use a function to produce a list of lists and then concat them sequentially, producing the results in reversed order.