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. sinkVectorS :: forall (v :: Type -> Type) a (m :: Type -> Type) . (Vector v a, PrimMonad m) => StreamConsumer a m (v a)

    conduit Data.Conduit.Combinators.Stream

    No documentation available.

  2. LMVector :: Int -> LlvmType -> LlvmType

    ghc GHC.Llvm

    A vector of LlvmType

  3. LMVectorLit :: [LlvmLit] -> LlvmLit

    ghc GHC.Llvm

    Vector literal

  4. isVector :: LlvmType -> Bool

    ghc GHC.Llvm

    Test if the given LlvmType is an LMVector construct

  5. LMVector :: Int -> LlvmType -> LlvmType

    ghc GHC.Llvm.Types

    A vector of LlvmType

  6. LMVectorLit :: [LlvmLit] -> LlvmLit

    ghc GHC.Llvm.Types

    Vector literal

  7. isVector :: LlvmType -> Bool

    ghc GHC.Llvm.Types

    Test if the given LlvmType is an LMVector construct

  8. uniformVector :: (PrimMonad m, StatefulGen g m, Uniform a, Vector v a) => g -> Int -> m (v a)

    mwc-random System.Random.MWC

    Generate a vector of pseudo-random variates. This is not necessarily faster than invoking uniform repeatedly in a loop, but it may be more convenient to use in some situations.

  9. muvectorLaws :: (Eq a, Unbox a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Test that a MVector instance obey several laws.

  10. indiceVector :: JpgUnpackerParameter -> {-# UNPACK #-} !Int

    JuicyPixels Codec.Picture.Jpg.Internal.Common

    When in progressive mode, we can have many color in a scan or only one. The indices changes on this fact, when mixed, there is whole MCU for all color components, spanning multiple block lines. With only one color component we use the normal raster order.

Page 41 of many | Previous | Next