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.
type
Ix4T = (Int, Int, Int, Int)massiv Data.Massiv.Core.Index 4-dimensional index as 4-tuple of Ints.
pattern
Ix5 :: Int -> Int -> Int -> Int -> Int -> Ix5massiv Data.Massiv.Core.Index 5-dimensional index constructor. (Ix5 i j k l m) == (i :> j :> k :> l :. m)
-
massiv Data.Massiv.Core.Index 5-dimensional type synonym.
type
Ix5T = (Int, Int, Int, Int, Int)massiv Data.Massiv.Core.Index 5-dimensional index as 5-tuple of Ints.
-
massiv Data.Massiv.Core.Index n-dimensional index. Needs a base case, which is the Ix2.
type family
IxValueF m :: k -> Typeparameterized-utils Data.Parameterized.Classes No documentation available.
-
parameterized-utils Data.Parameterized.Classes Parameterized generalization of the lens Ixed class.
-
parameterized-utils Data.Parameterized.Classes Parameterized generalization of the lens Ixed class, but with the guarantee that indexes exist in the container.
-
indexed-profunctors Data.Profunctor.Indexed Needed for indexed folds.
IxForget :: (i -> a -> r) -> IxForget r i a bindexed-profunctors Data.Profunctor.Indexed No documentation available.