Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. assertIndexFromOffset :: Checking check => String -> Int -> Bool -> Result check ()

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  2. indexFromOffset :: InvIndexed sh => sh -> Int -> Index sh

    comfort-array Data.Array.Comfort.Shape

    It should hold indexFromOffset sh k == indices sh !! k, but indexFromOffset should generally be faster.

  3. messageIndexFromOffset :: String -> Int -> String

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  4. offset :: Indexed sh => sh -> Index sh -> Int

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  5. shiftedOffset :: Shifted n -> n

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  6. sizeOffset :: Indexed sh => sh -> (Int, Index sh -> Int)

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  7. uncheckedIndexFromOffset :: InvIndexed sh => sh -> Int -> Index sh

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  8. uncheckedOffset :: Indexed sh => sh -> Index sh -> Int

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  9. uncheckedSizeOffset :: Indexed sh => sh -> (Int, Index sh -> Int)

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  10. unifiedIndexFromOffset :: (InvIndexed sh, Checking check) => sh -> Int -> Result check (Index sh)

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

Page 94 of many | Previous | Next