You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putback MonadTrans instance for postcondition (#57)
* Putback MonadTrans instance for postcondition
GHC's automatic derivation for PostconditionM's MonadTrans instance
introduces a redundant Monad constraint. In order to avoid that, we
do the derivation manually.
* Update quickcheck-dynamic/src/Test/QuickCheck/StateModel.hs
Co-authored-by: Ulf Norell <ulf.norell@gmail.com>
* Remove unneeded import
---------
Co-authored-by: Ulf Norell <ulf.norell@gmail.com>
0 commit comments