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.Unsafe No documentation available.
toVector :: Container vec -> vecmonad-memo Control.Monad.Memo.Vector.Unsafe No documentation available.
-
monad-memo Control.Monad.Memo.Vector.Unsafe Evaluate computation using mutable unboxed vector and unsafe operations Vector length must covers all possible keys used in computation otherwise the behaviour is undefined (i.e. segfault)
-
monad-memo Control.Monad.Memo.Vector.Unsafe Evaluate computation using mutable boxed vector and unsafe operations Vector length must covers all possible keys used in computation otherwise the behaviour is undefined (i.e. segfault)
-
monad-memo Control.Monad.Memo.Vector.Unsafe Evaluate computation using mutable boxed vector and unsafe operations. It also returns the final content of the vector cache Vector length must covers all possible keys used in computation otherwise the behaviour is undefined (i.e. segfault)
-
monad-memo Control.Monad.Memo.Vector.Unsafe Evaluate computation using mutable boxed vector and unsafe operations. It also returns the final content of the vector cache Vector length must covers all possible keys used in computation otherwise the behaviour is undefined (i.e. segfault)
diffVectors :: Vector Char -> Vector Char -> Seq Editmyers-diff Data.Diff.Myers Diff Vectors to produce an edit script.
fastTextToVector :: Text -> Vector Charmyers-diff Data.Diff.Myers This is currently the only way to convert a Text to a Vector without extraneous allocations. Taken from https://stackoverflow.com/a/77388392/2659595 Once the text library contains a foldM function, we can switch to that and avoid importing internal functions. See https://github.com/haskell/text/pull/543
unit_vector :: Num a => Int -> Int -> [a]numeric-quest Orthogonals No documentation available.
-
No documentation available.