<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Just be careful to write:<br><br>(map.map) read l<br><br>or<br><br>map.map $ read l</blockquote>
<div><br>actually, map . map $ read l does not work, that&#39;s the same as (map . map) (read l), whereas (map . map) read l is the same as ((map . map) read) l.&nbsp; My guess is that Jules wrote that part while asleep. =)<br>
<br>-Brent<br></div><br></div>