fixed-vector 0.6.3.0 → 0.6.3.1
raw patch · 3 files changed
+7/−2 lines, 3 files
Files
- ChangeLog +5/−0
- Data/Vector/Fixed/Internal.hs +1/−1
- fixed-vector.cabal +1/−1
ChangeLog view
@@ -1,5 +1,10 @@ Changes in 0.6.3.0 + * Documentation fixes.+++Changes in 0.6.3.0+ * Left scans added.
Data/Vector/Fixed/Internal.hs view
@@ -282,7 +282,7 @@ foldMap f = T.foldMap f . C.cvec --- | Left fold over vector+-- | Right fold over vector ifoldr :: Vector v a => (Int -> a -> b -> b) -> b -> v a -> b {-# INLINE ifoldr #-} ifoldr f x = C.ifoldr f x
fixed-vector.cabal view
@@ -1,5 +1,5 @@ Name: fixed-vector-Version: 0.6.3.0+Version: 0.6.3.1 Synopsis: Generic vectors with statically known size. Description: Generic library for vectors with statically known