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.
-
Color Graphics.Color.Space.RGB.Alternative Reverse the order of the bits in a Word8.
class
HReverse (acc :: [Type]) (els1 :: [Type]) (els2 :: [Type]) | acc els1 -> els2hset Data.HSet.Reverse This is auxiliary typeclass for inversing the order of hset elements
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.