iteratee-mtl 0.4.0.1 → 0.4.0.2
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Examples/itertut.lhs +4/−0
- iteratee-mtl.cabal +1/−1
Examples/itertut.lhs view
@@ -17,6 +17,10 @@ http://okmij.org/ftp/Haskell/Iteratee/IterateeIO-talk-notes.pdf amongst other sources. Hopefully you will find my additions positive. +[This tutorial is still incomplete, however I am including it in this release+as I hope the section on the CPS transform will be useful to users+switching to the new library. JL]+ Exercises : given a text file of Ints separated by newlines, write a function which returns the first Int greater than a given k, or Nothing. Do this once using explicit handle operations (hGetLine) and
iteratee-mtl.cabal view
@@ -1,5 +1,5 @@ name: iteratee-mtl-version: 0.4.0.1+version: 0.4.0.2 synopsis: Iteratee-based I/O description: The Iteratee monad provides strict, safe, and functional I/O. In addition