Beginners Digest, Vol 33, Issue 27

2011-03-19 Thread beginners-request
; convertDown :: Measure -> Volume -> Measure > > convertDown (M unit measure) goalUnit > > | unit == goalUnit = M unit measure > > | otherwise= fun5 (stepDown (M unit > measure)) > > goalUnit > > > > > >

Beginners Digest, Vol 33, Issue 26

2011-03-19 Thread beginners-request
along the lines of runIter $ enumerateHandle h (streamToFile "/tmp/stream") ought to copy the content of the handle into the file. The documentation for Enumerator[1] is an excellent resource for understanding iteratees. Even if you don't plan on using the Enumerator package itse

Beginners Digest, Vol 33, Issue 25

2011-03-19 Thread beginners-request
Send Beginners mailing list submissions to beginners@haskell.org To subscribe or unsubscribe via the World Wide Web, visit http://www.haskell.org/mailman/listinfo/beginners or, via email, send a message with subject or body 'help' to beginners-requ...@haskell.org You can r