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. class AsVector64s a

    hw-prim HaskellWorks.Data.Vector.AsVector64s

    No documentation available.

  2. asVector64s :: AsVector64s a => Int -> a -> [Vector Word64]

    hw-prim HaskellWorks.Data.Vector.AsVector64s

    Represent the value as a list of Vector of n Word64 chunks. The last chunk will also be of the specified chunk size filled with trailing zeros.

  3. module HaskellWorks.Data.Vector.AsVector8

    No documentation available.

  4. class AsVector8 a

    hw-prim HaskellWorks.Data.Vector.AsVector8

    No documentation available.

  5. asVector8 :: AsVector8 a => a -> Vector Word8

    hw-prim HaskellWorks.Data.Vector.AsVector8

    No documentation available.

  6. module HaskellWorks.Data.Vector.AsVector8ns

    No documentation available.

  7. class AsVector8ns a

    hw-prim HaskellWorks.Data.Vector.AsVector8ns

    No documentation available.

  8. asVector8ns :: AsVector8ns a => Int -> a -> [Vector Word8]

    hw-prim HaskellWorks.Data.Vector.AsVector8ns

    Represent the value as a list of Vector of n Word8 chunks. The last chunk will also be of the specified chunk size filled with trailing zeros.

  9. module HaskellWorks.Data.Vector.AsVector8s

    No documentation available.

  10. class AsVector8s a

    hw-prim HaskellWorks.Data.Vector.AsVector8s

    No documentation available.

Page 106 of many | Previous | Next