<p dir="ltr">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:</p>
<p dir="ltr">evaluate ( length puzzles )</p>
<p dir="ltr">Why not just</p>
<p dir="ltr">evaluate puzzles</p>
<p dir="ltr">?</p>
<p dir="ltr"><a href="https://github.com/simonmar/parconc-examples/blob/master/sudoku4.hs">https://github.com/simonmar/parconc-examples/blob/master/sudoku4.hs</a></p>