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

Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. type VectorCache s e = Cache Vector s e

    monad-memo Control.Monad.Memo.Vector.Expandable

    MonadCache based on boxed vector

  2. class MaybeLike e v => VectorMemo v e | v -> e

    monad-memo Control.Monad.Memo.Vector.Expandable

    This is just to be able to infer the type of the VectorCache element.

  3. type VectorCache s e = Cache Vector s e

    monad-memo Control.Monad.Memo.Vector.Unsafe

    MonadCache based on boxed vector

  4. class MaybeLike e v => VectorMemo v e | v -> e

    monad-memo Control.Monad.Memo.Vector.Unsafe

    This is just to be able to infer the type of the VectorCache element.

  5. module Data.Number.Vectorspace

    No documentation available.

  6. class Vectorspace s v | v -> s

    numbers Data.Number.Vectorspace

    Class of vector spaces v with scalar s.

  7. module VectorPedersen

    No documentation available.

  8. data VectorType

    pinecone Pinecone.Embed

    The index vector type

  9. data VectorQuery

    pinecone Pinecone.Search

    Vector query

  10. VectorQuery :: Maybe (Vector Double) -> Maybe (Vector Double) -> Maybe (Vector Natural) -> VectorQuery

    pinecone Pinecone.Search

    No documentation available.

Page 21 of many | Previous | Next

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