streaming 0.1.3.0 → 0.1.3.1
raw patch · 1 files changed
+4/−4 lines, 1 files
Files
- streaming.cabal +4/−4
streaming.cabal view
@@ -1,8 +1,8 @@ name: streaming-version: 0.1.3.0+version: 0.1.3.1 cabal-version: >=1.10 build-type: Simple-synopsis: an elementary streaming prelude and a general monad transformer for streaming applications.+synopsis: an elementary streaming prelude and a general stream type. description: @Streaming.Prelude@ exports an elementary streaming prelude relating to an elementary source\/generator\/producer type, @Stream (Of a) m r@. @@ -18,10 +18,10 @@ lists in the Haskell @Prelude@ and @Data.List@. Once one sees the necessity of some such type if we are to express a properly streaming equivalent of e.g.- + . > groups :: Ord a => [a] -> [[a]] > chunksOf :: Int -> [a] -> [[a]]- + . and the like, then one will also see that, with it, one is already in possession of a complete elementary streaming library. The present @Streaming.Prelude@ is the