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.

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

    hset Data.HSet.Reverse

    No documentation available.

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

    hset Data.HSet.Reverse

    No documentation available.

  3. SCXReverse :: Bool -> ScaleConfig

    hvega Graphics.Vega.VegaLite

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

  4. SReverse :: Bool -> ScaleProperty

    hvega Graphics.Vega.VegaLite

    Should the order of the scale range be reversed?

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

    speculate Test.Speculate.Utils

    No documentation available.

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

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

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

    strict-list StrictList

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

  9. catMaybesReversed :: List (Maybe a) -> List a

    strict-list StrictList

    Keep only the present values, reversing the order.

  10. explodeReversed :: (a -> List b) -> List a -> List b

    strict-list StrictList

    Use a function to produce a list of lists and then concat them sequentially, producing the results in reversed order.

Page 64 of many | Previous | Next