[Haskell-beginners] Evaluate function
Derek McLoughlin
derek.mcloughlin at gmail.com
Mon May 26 09:00:33 UTC 2014
Reading "Parallel and Concurrent Programming in Haskell", at the bottom of
page 27 the author wants to force the evaluation of a list of Strings:
evaluate ( length puzzles )
Why not just
evaluate puzzles
?
https://github.com/simonmar/parconc-examples/blob/master/sudoku4.hs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140526/cf0ff9a3/attachment.html>
More information about the Beginners
mailing list