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.
-
conduit Data.Conduit.Combinators.Stream No documentation available.
LMVector :: Int -> LlvmType -> LlvmTypeghc GHC.Llvm A vector of LlvmType
LMVectorLit :: [LlvmLit] -> LlvmLitghc GHC.Llvm Vector literal
-
ghc GHC.Llvm LMVector :: Int -> LlvmType -> LlvmTypeghc GHC.Llvm.Types A vector of LlvmType
LMVectorLit :: [LlvmLit] -> LlvmLitghc GHC.Llvm.Types Vector literal
-
ghc GHC.Llvm.Types 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.
muvectorLaws :: (Eq a, Unbox a, Arbitrary a, Show a) => Proxy a -> Lawsquickcheck-classes Test.QuickCheck.Classes Test that a MVector instance obey several laws.
indiceVector :: JpgUnpackerParameter -> {-# UNPACK #-} !IntJuicyPixels 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.