vext 0.1.6.0 → 0.1.7.0
raw patch · 12 files changed
+23/−1 lines, 12 files
Files
- src/Vector/Bit.hs +3/−0
- src/Vector/Int16.hs +2/−0
- src/Vector/Int32.hs +2/−0
- src/Vector/Int64.hs +2/−0
- src/Vector/Int8.hs +2/−0
- src/Vector/Lifted.hs +1/−0
- src/Vector/Unlifted.hs +2/−0
- src/Vector/Word16.hs +2/−0
- src/Vector/Word32.hs +2/−0
- src/Vector/Word64.hs +2/−0
- src/Vector/Word8.hs +2/−0
- vext.cabal +1/−1
src/Vector/Bit.hs view
@@ -43,6 +43,9 @@ , construct4 , construct5 , replicate+ , empty+ , empty_+ , empty# , append , clone , cloneSlice
src/Vector/Int16.hs view
@@ -40,6 +40,8 @@ , ifoldl' , ifoldlSlice' , replicate+ , empty+ , empty_ , construct3 , construct4 , append
src/Vector/Int32.hs view
@@ -40,6 +40,8 @@ , ifoldl' , ifoldlSlice' , replicate+ , empty+ , empty_ , construct1 , construct2 , construct3
src/Vector/Int64.hs view
@@ -42,6 +42,8 @@ , traverse_ , itraverse_ , replicate+ , empty+ , empty_ , construct3 , construct4 , append
src/Vector/Int8.hs view
@@ -42,6 +42,8 @@ , ifoldl' , ifoldlSlice' , replicate+ , empty+ , empty_ , construct1 , construct3 , construct4
src/Vector/Lifted.hs view
@@ -50,6 +50,7 @@ , foldrZip , replicate , empty+ , empty# , equals , construct1 , construct2
src/Vector/Unlifted.hs view
@@ -39,6 +39,8 @@ , ifoldl' , ifoldlSlice' , replicate+ , empty+ , empty# , construct1 , construct2 , construct3
src/Vector/Word16.hs view
@@ -42,6 +42,8 @@ , ifoldl' , ifoldlSlice' , replicate+ , empty+ , empty_ , construct1 , construct3 , construct4
src/Vector/Word32.hs view
@@ -42,6 +42,8 @@ , ifoldl' , ifoldlSlice' , replicate+ , empty+ , empty_ , construct1 , construct3 , construct4
src/Vector/Word64.hs view
@@ -40,6 +40,8 @@ , ifoldl' , ifoldlSlice' , replicate+ , empty+ , empty_ , construct3 , construct4 , append
src/Vector/Word8.hs view
@@ -42,6 +42,8 @@ , ifoldl' , ifoldlSlice' , replicate+ , empty+ , empty_ , construct1 , construct3 , construct4
vext.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: vext-version: 0.1.6.0+version: 0.1.7.0 synopsis: Array library monomorphized with backpack bug-reports: https://github.com/andrewthad/vex-unified/issues license: BSD-3-Clause