
9 Mar
2012
9 Mar
'12
7:07 p.m.
Does anybody know if there are any functions like these in the Haskell libray? updateSnd f (x,y) -> (x, f y) updateFst f (x,y) -> (f x, y) Thanks, ovidiu