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. type ReversedLens' t b = Optic' A_ReversedLens NoIx t b

    optics-core Optics.ReversedLens

    Type synonym for a type-preserving reversed lens.

  2. module Optics.ReversedPrism

    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.

  3. type ReversedPrism s t a b = Optic A_ReversedPrism NoIx s t a b

    optics-core Optics.ReversedPrism

    Type synonym for a type-modifying reversed prism.

  4. type ReversedPrism' s a = Optic' A_ReversedPrism NoIx s a

    optics-core Optics.ReversedPrism

    Type synonym for a type-preserving reversed prism.

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

    diagrams-lib Diagrams.Prelude

    No documentation available.

  6. data ReverseSym0 (a1 :: TyFun NonEmpty a NonEmpty a)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  7. type family ReverseSym1 (a6989586621681141586 :: NonEmpty a) :: NonEmpty a

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  8. data ReverseSym0 (a1 :: TyFun [a] [a])

    singletons-base Data.List.Singletons

    No documentation available.

  9. type family ReverseSym1 (a6989586621679827893 :: [a]) :: [a]

    singletons-base Data.List.Singletons

    No documentation available.

  10. data ReverseSym0 (a1 :: TyFun [a] [a])

    singletons-base Prelude.Singletons

    No documentation available.

Page 38 of many | Previous | Next