Created
February 8, 2017 17:29
-
-
Save deque-blog/44760161f25ac0880b404279ea45314a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evalSubProp :: Testable t => (a -> t) -> StdGen -> a -> Result | |
evalSubProp prop rand = (`runProp` rand) . property . prop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment