amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

Make `(Typeable a, Typeable (AWSResponse a))` superclasses of `AWSRequest a`?

Open endgame opened this issue 11 months ago • 0 comments

While it's not technically necessary to implement the AWSRequest instance, all practical uses of any request type need these Typeable constraints, because retryRequest and awaitRequest run hooks. Should have minimal downstream impact because GHC can provide the instances automatically.

endgame avatar Aug 22 '23 21:08 endgame