Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. module HaskellWorks.Data.Vector.AsVector8s

    No documentation available.

  2. class AsVector8s a

    hw-prim HaskellWorks.Data.Vector.AsVector8s

    No documentation available.

  3. asVector8s :: AsVector8s a => Int -> a -> [Vector Word8]

    hw-prim HaskellWorks.Data.Vector.AsVector8s

    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.

  4. module HaskellWorks.Data.Vector.BoxedVectorLike

    No documentation available.

  5. class BoxedVectorLike (v :: Type -> Type) e

    hw-prim HaskellWorks.Data.Vector.BoxedVectorLike

    Class of values that support boxed vector like operations

  6. module HaskellWorks.Data.Vector.StorableVectorLike

    No documentation available.

  7. class StorableVectorLike (v :: Type -> Type) e

    hw-prim HaskellWorks.Data.Vector.StorableVectorLike

    Class of values that support storable vector like operations

  8. data NonEmptyVector a

    keter Keter.Yaml.FilePath

    No documentation available.

  9. NonEmptyVector :: a -> !Vector a -> NonEmptyVector a

    keter Keter.Yaml.FilePath

    No documentation available.

  10. displayVectorField :: Color -> Double -> [Position] -> VectorField -> VisObject Double

    learn-physics Physics.Learn

    Display a vector field.

Page 107 of many | Previous | Next