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
I use HSpec as a testing framework and it is difficult to know during automatic tests when a law check has failed. I suggest that the function lawsCheck gets a type:
lawsCheck :: Laws -> IO Bool
or something more elaborate if there is need.
EDIT:
For what it's worth, I am using the following function now:
I use HSpec as a testing framework and it is difficult to know during automatic tests when a law check has failed. I suggest that the function
lawsCheck
gets a type:or something more elaborate if there is need.
EDIT:
For what it's worth, I am using the following function now:
The text was updated successfully, but these errors were encountered: