pmap -package:typerep-map -package:liqwid-plutarch-extra

Applies a function to every value in the map, much like map.
O(n) . Map a function over a list of elements
Maps and filters the map, much like mapMaybe.
Like regular fmap but it provides key of each element that is being modified.