Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. unifiedSizeOffset :: (Indexed f, Checking check) => Shape f -> (Int, Index f -> Result check Int)

    comfort-array Data.Array.Comfort.Container

    No documentation available.

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

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

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

  4. messageIndexFromOffset :: String -> Int -> String

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

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

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  6. shiftedOffset :: Shifted n -> n

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

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

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

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

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

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

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

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

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

Page 98 of many | Previous | Next