Skip to content
Snippets Groups Projects
Verified Commit bf6be1f2 authored by Neil Mayhew's avatar Neil Mayhew
Browse files

Delete vector-stream-0.1.0.0.patch

It's been superseded by upstream changes
parent 20ddc360
No related branches found
No related tags found
No related merge requests found
diff --git a/src/Data/Stream/Monadic.hs b/src/Data/Stream/Monadic.hs
index d2f950a..37b9d52 100644
--- a/src/Data/Stream/Monadic.hs
+++ b/src/Data/Stream/Monadic.hs
@@ -100,7 +100,7 @@ import Prelude hiding ( length, null,
foldl, foldl1, foldr, foldr1,
and, or,
scanl, scanl1,
- enumFromTo, enumFromThenTo )
+ enumFromTo, enumFromThenTo, foldl')
import Data.Int ( Int8, Int16, Int32 )
import Data.Word ( Word8, Word16, Word32, Word64 )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment