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.
type
ReversedLens' t b = Optic' A_ReversedLens NoIx t boptics-core Optics.ReversedLens Type synonym for a type-preserving reversed lens.
-
A ReversedPrism is a backwards Prism, i.e. a ReversedPrism s t a b is equivalent to a Prism b a t s. These are typically produced by calling re on a Prism. They are distinguished from a Getter so that re . re on a Prism returns a Prism.
type
ReversedPrism s t a b = Optic A_ReversedPrism NoIx s t a boptics-core Optics.ReversedPrism Type synonym for a type-modifying reversed prism.
type
ReversedPrism' s a = Optic' A_ReversedPrism NoIx s aoptics-core Optics.ReversedPrism Type synonym for a type-preserving reversed prism.
pattern
Reversed :: Reversing t => t -> tdiagrams-lib Diagrams.Prelude No documentation available.
data
ReverseSym0 (a1 :: TyFun NonEmpty a NonEmpty a)singletons-base Data.List.NonEmpty.Singletons No documentation available.
type family
ReverseSym1 (a6989586621681141586 :: NonEmpty a) :: NonEmpty asingletons-base Data.List.NonEmpty.Singletons No documentation available.
data
ReverseSym0 (a1 :: TyFun [a] [a])singletons-base Data.List.Singletons No documentation available.
type family
ReverseSym1 (a6989586621679827893 :: [a]) :: [a]singletons-base Data.List.Singletons No documentation available.
data
ReverseSym0 (a1 :: TyFun [a] [a])singletons-base Prelude.Singletons No documentation available.