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.
reversed :: CandlestickDomain -> Maybe Boolgogol-sheets Gogol.Sheets.Types True to reverse the order of the domain values (horizontal axis).
reversed :: WaterfallChartDomain -> Maybe Boolgogol-sheets Gogol.Sheets.Types True to reverse the order of the domain values (horizontal axis).
-
tuple-th TupleTH Like reverse.
reverseLastFocusedTopics :: X ()xmonad-contrib XMonad.Actions.TopicSpace Reverse the list of "last focused topics"
reverseS :: Stack a -> Stack axmonad-contrib XMonad.Util.Stack Reverse a Stack a; O(1).
reverseZ :: Zipper a -> Zipper axmonad-contrib XMonad.Util.Stack Reverse a Zipper a; O(1).
pattern
Reversed :: Reversing t => t -> tlens Control.Lens.Combinators No documentation available.
pattern
Reversed :: Reversing t => t -> tlens Control.Lens.Iso No documentation available.
-
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.
type
ReversedLens s t a b = Optic A_ReversedLens NoIx s t a boptics-core Optics.ReversedLens Type synonym for a type-modifying reversed lens.