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.
-
microlens Lens.Micro.Internal No documentation available.
type
IxKind m = An_AffineTraversaloptics-core Optics.At.Core No documentation available.
-
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.
-
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.
-
optics-core Optics.Indexed.Core Class for optic kinds that can have indices.
-
Internal implementation details of indexed folds. This module is intended for internal use only, and may change without warning in subsequent releases.
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.
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.
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.
-
optics-core Optics.Internal.Optic.TypeLevel A list of index types, used for indexed optics.