haskell-hedgehog-classes icon indicating copy to clipboard operation
haskell-hedgehog-classes copied to clipboard

API usage with GenT

Open psibi opened this issue 4 years ago • 3 comments

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 ?

psibi avatar Jul 27 '20 17:07 psibi

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

On Mon, Jul 27, 2020, 10:01 AM Sibi Prabakaran [email protected] 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 .

chessai avatar Jul 27 '20 17:07 chessai

Thanks for the confirmation!

psibi avatar Jul 27 '20 17:07 psibi

I would accept a PR for this.

chessai avatar Dec 20 '21 19:12 chessai