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.
ixAt :: At m => Index m -> AffineTraversal' m (IxValue m)optics-extra Optics.At A definition of ix for types with an At instance. This is the default if you don't specify a definition for ix.
-
repa Data.Array.Repa.Index Helper for index construction. Use this instead of explicit constructors like (Z :. (x :: Int)). The this is sometimes needed to ensure that x is constrained to be in Int.
-
repa Data.Array.Repa.Index No documentation available.
ix3 :: Int -> Int -> Int -> DIM3repa Data.Array.Repa.Index No documentation available.
ix4 :: Int -> Int -> Int -> Int -> DIM4repa Data.Array.Repa.Index No documentation available.
ix5 :: Int -> Int -> Int -> Int -> Int -> DIM5repa Data.Array.Repa.Index No documentation available.
ixCell :: (RowIndex, ColumnIndex) -> Traversal' Worksheet Cellxlsx Codec.Xlsx.Lens lens giving access to a cell in some worksheet by its position, by default row+column index is used so this lens is a synonym of ixCellRC
ixCellRC :: (RowIndex, ColumnIndex) -> Traversal' Worksheet Cellxlsx Codec.Xlsx.Lens lens to access cell in a worksheet
ixCellXY :: (ColumnIndex, RowIndex) -> Traversal' Worksheet Cellxlsx Codec.Xlsx.Lens lens to access cell in a worksheet using more traditional x+y coordinates
ixSheet :: Text -> Traversal' Xlsx Worksheetxlsx Codec.Xlsx.Lens lens giving access to a worksheet from Xlsx object by its name