• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. vector :: (Natural n, Storable a) => T n a -> Array (ZeroBased n) a

    comfort-array-shape Data.Array.Comfort.Shape.Static

    No documentation available.

  2. vector :: Decoder a -> Decoder (Vector a)

    aeson-combinators Data.Aeson.Combinators.Decode

    Decode JSON array of values to Vector of values using provided Decoder.

  3. vector :: Encoder a -> Encoder (Vector a)

    aeson-combinators Data.Aeson.Combinators.Encode

    Encode Vector

  4. vector :: forall v (xs :: [Type]) . (HVector v, Elems v ~ xs) => ContVec xs -> v

    fixed-vector-hetero Data.Vector.HFixed.Cont

    Convert CPS-vector to heterogeneous vector

  5. vector :: forall (n :: Nat) s . (KnownNat n, Reifies s W) => Vector n (BVar s ℝ) -> BVar s (R n)

    hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop

    Potentially extremely bad for anything but short lists!!!

  6. vector :: Writer s -> MVector s Word64

    hw-bits HaskellWorks.Data.Bits.Writer.Storable

    No documentation available.

  7. vector :: MonadGen m => Range Int -> m a -> m (Vector a)

    hw-hedgehog HaskellWorks.Hedgehog.Gen

    No documentation available.

  8. vector :: Tensor -> [Double]

    numeric-quest Tensor

    No documentation available.

  9. vector :: SearchWithVector -> Maybe (Vector Double)

    pinecone Pinecone.Search

    No documentation available.

  10. vector :: Query -> Maybe VectorQuery

    pinecone Pinecone.Search

    No documentation available.

Page 15 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete