Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created February 8, 2017 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/44760161f25ac0880b404279ea45314a to your computer and use it in GitHub Desktop.
Save deque-blog/44760161f25ac0880b404279ea45314a to your computer and use it in GitHub Desktop.
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