diff options
Diffstat (limited to 'lib/Data/Packed/Vector.hs')
-rw-r--r-- | lib/Data/Packed/Vector.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Data/Packed/Vector.hs b/lib/Data/Packed/Vector.hs index 49448b2..2e0a9f5 100644 --- a/lib/Data/Packed/Vector.hs +++ b/lib/Data/Packed/Vector.hs | |||
@@ -20,7 +20,6 @@ module Data.Packed.Vector ( | |||
20 | subVector, takesV, join, | 20 | subVector, takesV, join, |
21 | mapVector, zipVector, zipVectorWith, unzipVector, unzipVectorWith, | 21 | mapVector, zipVector, zipVectorWith, unzipVector, unzipVectorWith, |
22 | mapVectorM, mapVectorM_, mapVectorWithIndexM, mapVectorWithIndexM_, | 22 | mapVectorM, mapVectorM_, mapVectorWithIndexM, mapVectorWithIndexM_, |
23 | fscanfVector, fprintfVector, freadVector, fwriteVector, | ||
24 | foldLoop, foldVector, foldVectorG, foldVectorWithIndex | 23 | foldLoop, foldVector, foldVectorG, foldVectorWithIndex |
25 | ) where | 24 | ) where |
26 | 25 | ||