Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
indexed-profunctors Data.Profunctor.Indexed Needed for indexed affine folds.
IxForgetM :: (i -> a -> Maybe r) -> IxForgetM r i a bindexed-profunctors Data.Profunctor.Indexed No documentation available.
-
indexed-profunctors Data.Profunctor.Indexed Needed for indexed setters.
IxFunArrow :: (i -> a -> b) -> IxFunArrow i a bindexed-profunctors Data.Profunctor.Indexed No documentation available.
newtype
IxStar (f :: Type -> Type) i a bindexed-profunctors Data.Profunctor.Indexed Needed for indexed traversals.
IxStar :: (i -> a -> f b) -> IxStar (f :: Type -> Type) i a bindexed-profunctors Data.Profunctor.Indexed No documentation available.
data
IxStarA (f :: Type -> Type) i a bindexed-profunctors Data.Profunctor.Indexed Needed for conversion of indexed affine traversal back to its VL representation.
IxStarA :: (forall r . () => r -> f r) -> (i -> a -> f b) -> IxStarA (f :: Type -> Type) i a bindexed-profunctors Data.Profunctor.Indexed No documentation available.
-
apecs Apecs.Experimental.Reactive Allows you to look up entities by component value. Based on an IOArray c IntSet internally
type
IxKind m = An_AffineTraversaloptics-extra Optics.At No documentation available.