cardano-foundation / cardano-wallet

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

[ADP-3272] Consolidate generators and shrinkers for `Map` data type. #4567

Closed jonathanknowles closed 2 months ago

jonathanknowles commented 2 months ago

This PR creates a common home for generators and shrinkers of the Map data type.

Issue

ADP-3272

jonathanknowles commented 2 months ago

can confirm that this is a refactoring.

Great -- this is indeed what I had intended. 😄