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.

  1. bitReverse8 :: Word8 -> Word8

    Color Graphics.Color.Space.RGB.Alternative

    Reverse the order of the bits in a Word8.

  2. class HReverse (acc :: [Type]) (els1 :: [Type]) (els2 :: [Type]) | acc els1 -> els2

    hset Data.HSet.Reverse

    This is auxiliary typeclass for inversing the order of hset elements

  3. hreverse :: forall (a :: [Type]) (r :: [Type]) . HReversible a r => HSet a -> HSet r

    hset Data.HSet.Reverse

    No documentation available.

  4. hreverse' :: HReverse acc els1 els2 => HSet acc -> HSet els1 -> HSet els2

    hset Data.HSet.Reverse

    No documentation available.

  5. SCXReverse :: Bool -> ScaleConfig

    hvega Graphics.Vega.VegaLite

    Reverse the X scale (useful for right-to-left charts).

  6. SReverse :: Bool -> ScaleProperty

    hvega Graphics.Vega.VegaLite

    Should the order of the scale range be reversed?

  7. zipWithReverse :: (a -> a -> b) -> [a] -> [b]

    speculate Test.Speculate.Utils

    No documentation available.

  8. apReversed :: List (a -> b) -> List a -> List b

    strict-list StrictList

    Apply the functions in the left list to every element in the right one, producing a list of results in reversed order.

  9. apZippingReversed :: List (a -> b) -> List a -> List b

    strict-list StrictList

    Apply the functions in the left list to elements in the right one, producing a list of results in reversed order.

  10. breakReversed :: (a -> Bool) -> List a -> (List a, List a)

    strict-list StrictList

    Same as break, only with the first list in reverse order.

Page 64 of many | Previous | Next