Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. type IxGetter i s a = Optic' A_Getter WithIx i s a

    optics-core Optics.IxGetter

    Type synonym for an indexed getter.

  2. module Optics.IxLens

    An IxLens is an indexed version of a Lens. See the "Indexed optics" section of the overview documentation in the Optics module of the main optics package for more details on indexed optics.

  3. type IxLens i s t a b = Optic A_Lens WithIx i s t a b

    optics-core Optics.IxLens

    Type synonym for a type-modifying indexed lens.

  4. type IxLens' i s a = Optic' A_Lens WithIx i s a

    optics-core Optics.IxLens

    Type synonym for a type-preserving indexed lens.

  5. type IxLensVL i s t a b = forall (f :: Type -> Type) . Functor f => i -> a -> f b -> s -> f t

    optics-core Optics.IxLens

    Type synonym for a type-modifying van Laarhoven indexed lens.

  6. type IxLensVL' i s a = IxLensVL i s s a a

    optics-core Optics.IxLens

    Type synonym for a type-preserving van Laarhoven indexed lens.

  7. module Optics.IxSetter

    An IxSetter is an indexed version of a Setter. See the "Indexed optics" section of the overview documentation in the Optics module of the main optics package for more details on indexed optics.

  8. type IxSetter i s t a b = Optic A_Setter WithIx i s t a b

    optics-core Optics.IxSetter

    Type synonym for a type-modifying indexed setter.

  9. type IxSetter' i s a = Optic' A_Setter WithIx i s a

    optics-core Optics.IxSetter

    Type synonym for a type-preserving indexed setter.

  10. module Optics.IxTraversal

    An IxTraversal is an indexed version of a Traversal. See the "Indexed optics" section of the overview documentation in the Optics module of the main optics package for more details on indexed optics.

Page 13 of many | Previous | Next