cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
758 stars 213 forks source link

[ADP-3272] Extract out function `shrinkMapValues` from `shrinkInputResolution` #4561

Closed jonathanknowles closed 2 months ago

jonathanknowles commented 2 months ago

This PR extracts out function shrinkMapValues from function shrinkInputResolution.

The function shrinkMapValues is more general, and can be tested with any Map k v that is convenient to construct.

Issue

ADP-3272