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