Beginners Digest, Vol 47, Issue 16

2012-05-23 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

Beginners Digest, Vol 47, Issue 17

2012-05-23 Thread beginners-request
> foldTapeD :: (Monoid m) => (Int -> a -> m) -> Tape a -> m > foldTapeD f t = (foldTape go t) 0 > where > go x fs n = I let you write your solution (if you didn't find before tomorrow evening, I'll give you the answer). You can then call foldT