Stream 0.4.2 → 0.4.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Data/Stream.hs +1/−1
- Stream.cabal +1/−1
Data/Stream.hs view
@@ -428,5 +428,5 @@ -- /Beware/: Passing a finite list, will cause an error. fromList :: [a] -> Stream a fromList (x:xs) = Cons x (fromList xs)-fromList [] = error "Stream.listToStream applied to finite list"+fromList [] = error "Stream.fromList applied to finite list"
Stream.cabal view
@@ -1,5 +1,5 @@ Name: Stream-Version: 0.4.2+Version: 0.4.3 License: BSD3 License-file: LICENSE Author: Wouter Swierstra <wss@cs.nott.ac.uk>,