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
Sounds good to me. It has drawn my attention to something a little annoying though, I had planned to do a purescript version of hedgehog at some point, and it already has a MonadGen class which serves a similar purpose.
If we add
MonadGen
instances then Jack can easily be swapped with QC or SC for types that provide generators in terms ofMonadGen
.This also means libraries using
jack
for testing can provide generators for their types without promoting it from adevDependency
to adependency
.The text was updated successfully, but these errors were encountered: