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. c_call_deflate_set_dictionary :: ZStream' -> Ptr CChar -> CUInt -> IO CInt

    streaming-commons Data.Streaming.Zlib.Lowlevel

    No documentation available.

  2. c_call_inflate_set_dictionary :: ZStream' -> Ptr CChar -> CUInt -> IO CInt

    streaming-commons Data.Streaming.Zlib.Lowlevel

    No documentation available.

  3. c_set_avail_in :: ZStream' -> Ptr CChar -> CUInt -> IO ()

    streaming-commons Data.Streaming.Zlib.Lowlevel

    No documentation available.

  4. c_set_avail_out :: ZStream' -> Ptr CChar -> CUInt -> IO ()

    streaming-commons Data.Streaming.Zlib.Lowlevel

    No documentation available.

  5. sort2ByOffset :: (PrimMonad m, MVector v e) => Comparison e -> v (PrimState m) e -> Int -> m ()

    vector-algorithms Data.Vector.Algorithms.Optimal

    Sorts the elements at the positions off and 'off + 1' in the given array using the comparison.

  6. sort3ByOffset :: (PrimMonad m, MVector v e) => Comparison e -> v (PrimState m) e -> Int -> m ()

    vector-algorithms Data.Vector.Algorithms.Optimal

    Sorts the three elements starting at the given offset in the array.

  7. sort4ByOffset :: (PrimMonad m, MVector v e) => Comparison e -> v (PrimState m) e -> Int -> m ()

    vector-algorithms Data.Vector.Algorithms.Optimal

    Sorts the four elements beginning at the offset.

  8. fromSet :: (Indexed sh, Index sh ~ ix, Ord ix) => sh -> Set ix -> Array sh

    comfort-array Data.Array.Comfort.Bool

    No documentation available.

  9. toSet :: (InvIndexed sh, Index sh ~ ix, Ord ix) => Array sh -> Set ix

    comfort-array Data.Array.Comfort.Bool

    No documentation available.

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

    comfort-array Data.Array.Comfort.Container

    No documentation available.

Page 93 of many | Previous | Next