If you've ever tried to actually use QuickCheck, Hedgehog or any other property-based testing library to test a stateful app you know it can be seriously difficult! 😖 What if you could generate realistic scenarios for your application, validate...
What if you're trying to create a global counter? If you need some global cache and just don't want to plumb an IORef through all of your code? Is there some dirty hack you can use to get a global IORef?