Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. reversed :: CandlestickDomain -> Maybe Bool

    gogol-sheets Gogol.Sheets.Types

    True to reverse the order of the domain values (horizontal axis).

  2. reversed :: WaterfallChartDomain -> Maybe Bool

    gogol-sheets Gogol.Sheets.Types

    True to reverse the order of the domain values (horizontal axis).

  3. reverseTuple :: Int -> Q Exp

    tuple-th TupleTH

    Like reverse.

  4. reverseLastFocusedTopics :: X ()

    xmonad-contrib XMonad.Actions.TopicSpace

    Reverse the list of "last focused topics"

  5. reverseS :: Stack a -> Stack a

    xmonad-contrib XMonad.Util.Stack

    Reverse a Stack a; O(1).

  6. reverseZ :: Zipper a -> Zipper a

    xmonad-contrib XMonad.Util.Stack

    Reverse a Zipper a; O(1).

  7. pattern Reversed :: Reversing t => t -> t

    lens Control.Lens.Combinators

    No documentation available.

  8. pattern Reversed :: Reversing t => t -> t

    lens Control.Lens.Iso

    No documentation available.

  9. module Optics.ReversedLens

    A ReversedLens is a backwards Lens, i.e. a ReversedLens s t a b is equivalent to a Lens b a t s. These are typically produced by calling re on a Lens. They are distinguished from a Review so that re . re on a Lens returns a Lens.

  10. type ReversedLens s t a b = Optic A_ReversedLens NoIx s t a b

    optics-core Optics.ReversedLens

    Type synonym for a type-modifying reversed lens.

Page 37 of many | Previous | Next