Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. Int8Vector :: Maybe I8 -> Maybe I8 -> Maybe I8 -> Int8Vector

    rattletrap Rattletrap.Type.Int8Vector

    No documentation available.

  2. putInt8VectorField :: Maybe I8 -> BitPut

    rattletrap Rattletrap.Type.Int8Vector

    No documentation available.

  3. CompressedWordVector :: CompressedWordVector -> Rotation

    rattletrap Rattletrap.Type.Rotation

    No documentation available.

  4. allVectorRg :: Rg rg => rg -> [rg]

    rg Data.Rg

    list given items in the enumeration as a Vector

  5. newStartOfRangeFromVector :: Vector a -> Range a

    rg Data.Rg

    generating a Range from a Vector

  6. data DVector a

    rp-tree Data.RPTree

    Dense vectors with unboxed components

  7. data SVector a

    rp-tree Data.RPTree

    Sparse vectors with unboxed components

  8. bcVectorDim :: BenchConfig -> Int

    rp-tree Data.RPTree

    No documentation available.

  9. fromVectorDv :: Vector a -> DVector a

    rp-tree Data.RPTree

    No documentation available.

  10. fromVectorSv :: Int -> Vector (Int, a) -> SVector a

    rp-tree Data.RPTree

    (Unsafe) Pack a SVector from its vector dimension and components Note : the relevant invariants are not checked :

    • vector components are _assumed_ to be in increasing order
    • vector dimension is larger than any component index

Page 117 of many | Previous | Next