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.
-
monad-memo Control.Monad.Memo.Vector.Expandable No documentation available.
-
monad-memo Control.Monad.Memo.Vector.Expandable No documentation available.
-
monad-memo Control.Monad.Memo.Vector.Expandable Evaluate computation using mutable unboxed vector which dynamically grows to accomodate all requested keys
startEvalVectorMemo :: (PrimMonad m, VectorMemo v e) => VectorCache (PrimState m) e m a -> m amonad-memo Control.Monad.Memo.Vector.Expandable Evaluate computation using mutable boxed vector which dynamically grows to accomodate all requested keys
-
monad-memo Control.Monad.Memo.Vector.Expandable Evaluate computation using mutable unboxed vector which dynamically grows to accomodate all requested keys. This function also returns the final content of the vector cache
-
monad-memo Control.Monad.Memo.Vector.Expandable Evaluate computation using mutable boxed vector which dynamically grows to accomodate all requested keys. This function also returns the final content of the vector cache
toVector :: Container vec -> vecmonad-memo Control.Monad.Memo.Vector.Expandable No documentation available.
type
UVectorCache s e = Cache UVector s emonad-memo Control.Monad.Memo.Vector.Unsafe MonadCache based on unboxed vector
class MaybeLike e v =>
UVectorMemo v e | v -> emonad-memo Control.Monad.Memo.Vector.Unsafe This is just to be able to infer the type of the UVectorCache element
-
monad-memo Control.Monad.Memo.Vector.Unsafe No documentation available.