Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. bitReverse64 :: Word64 -> Word64

    Color Graphics.Color.Space.RGB.Alternative

    Reverse the order of the bits in a Word64.

  2. bitReverse8 :: Word8 -> Word8

    Color Graphics.Color.Space.RGB.Alternative

    Reverse the order of the bits in a Word8.

  3. 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

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

    hset Data.HSet.Reverse

    No documentation available.

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

    hset Data.HSet.Reverse

    No documentation available.

  6. SCXReverse :: Bool -> ScaleConfig

    hvega Graphics.Vega.VegaLite

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

  7. SReverse :: Bool -> ScaleProperty

    hvega Graphics.Vega.VegaLite

    Should the order of the scale range be reversed?

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

    speculate Test.Speculate.Utils

    No documentation available.

  9. 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.

  10. 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.

Page 64 of many | Previous | Next