Does anybody know if there are any functions like these in the Haskell libray?<br><br><div style="margin-left:40px">updateSnd f (x,y) -&gt; (x, f y)<br>
</div>
<br><div style="margin-left:40px">updateFst f (x,y) -&gt; (f x, y)<br></div><br>Thanks,<br>ovidiu<br>