Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. class Ixed m

    microlens Lens.Micro.Internal

    No documentation available.

  2. type IxKind m = An_AffineTraversal

    optics-core Optics.At.Core

    No documentation available.

  3. type family IxValue m

    optics-core Optics.At.Core

    Type family that takes a key-value container type and returns the type of values stored in the container, for example IxValue (Map k a) ~ a. This is shared by both Ixed and At.

  4. class Ixed m

    optics-core Optics.At.Core

    Provides a simple AffineTraversal lets you traverse the value at a given key in a Map or element at an ordinal position in a list or Seq.

  5. class IxOptic k s t a b

    optics-core Optics.Indexed.Core

    Class for optic kinds that can have indices.

  6. module Optics.Internal.IxFold

    Internal implementation details of indexed folds. This module is intended for internal use only, and may change without warning in subsequent releases.

  7. module Optics.Internal.IxSetter

    Internal implementation details of indexed setters. This module is intended for internal use only, and may change without warning in subsequent releases.

  8. module Optics.Internal.IxTraversal

    Internal implementation details of indexed traversals. This module is intended for internal use only, and may change without warning in subsequent releases.

  9. data IxEq (i :: k) (is :: k1) (js :: k1)

    optics-core Optics.Internal.Optic.TypeLevel

    Tagged version of 'Data.Type.Equality.(:~:)' for carrying evidence that two index lists in a curried form are equal.

  10. type IxList = [Type]

    optics-core Optics.Internal.Optic.TypeLevel

    A list of index types, used for indexed optics.

Page 11 of many | Previous | Next