hedgehogqa / haskell-hedgehog-classes

Hedgehog will eat your typeclass bugs
BSD 3-Clause "New" or "Revised" License
56 stars 17 forks source link

API usage with GenT #33

Open psibi opened 4 years ago

psibi commented 4 years ago

Is there a way to use this package with GenT type (without Identity being the underlying monad) ?

I looked into the haddocks and wasn't able to figure if such an usage is possible. Am I missing something ?

chessai commented 4 years ago

You are not missing anything. The library should be generalised to MonadGen.

On Mon, Jul 27, 2020, 10:01 AM Sibi Prabakaran notifications@github.com wrote:

Is there a way to use this package with GenT type (without Identity being the underlying monad) ?

I looked into the haddocks and wasn't able to figure if such an usage is possible. Am I missing something ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hedgehogqa/haskell-hedgehog-classes/issues/33, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEOIX26FVMBMRZ4FFWJC77LR5WXFZANCNFSM4PI76N4Q .

psibi commented 4 years ago

Thanks for the confirmation!

chessai commented 2 years ago

I would accept a PR for this.