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. 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.

  2. ix1 :: Int -> DIM1

    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.

  3. ix2 :: Int -> Int -> DIM2

    repa Data.Array.Repa.Index

    No documentation available.

  4. ix3 :: Int -> Int -> Int -> DIM3

    repa Data.Array.Repa.Index

    No documentation available.

  5. ix4 :: Int -> Int -> Int -> Int -> DIM4

    repa Data.Array.Repa.Index

    No documentation available.

  6. ix5 :: Int -> Int -> Int -> Int -> Int -> DIM5

    repa Data.Array.Repa.Index

    No documentation available.

  7. ixCell :: (RowIndex, ColumnIndex) -> Traversal' Worksheet Cell

    xlsx 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

  8. ixCellRC :: (RowIndex, ColumnIndex) -> Traversal' Worksheet Cell

    xlsx Codec.Xlsx.Lens

    lens to access cell in a worksheet

  9. ixCellXY :: (ColumnIndex, RowIndex) -> Traversal' Worksheet Cell

    xlsx Codec.Xlsx.Lens

    lens to access cell in a worksheet using more traditional x+y coordinates

  10. ixSheet :: Text -> Traversal' Xlsx Worksheet

    xlsx Codec.Xlsx.Lens

    lens giving access to a worksheet from Xlsx object by its name

Page 9 of many | Previous | Next