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
Apparently we've been running hspec-hedgehog-0.0.1.2 at work until recently, because we just saw an error where we'd defined instance Example (PropertyT SqlSpec a) locally. We use it for tests like:
checkThing gen =do
a <- forAll gen
q <- lift $ select (f a)
a === t q
This is related to #17 and #18 because I think there may be other/better ways of dealing with type inference.
The text was updated successfully, but these errors were encountered:
Apparently we've been running
hspec-hedgehog-0.0.1.2
at work until recently, because we just saw an error where we'd definedinstance Example (PropertyT SqlSpec a)
locally. We use it for tests like:This is related to #17 and #18 because I think there may be other/better ways of dealing with type inference.
The text was updated successfully, but these errors were encountered: