Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created February 12, 2017 14:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save deque-blog/bb96fa36eab9dd5df11674ad22c7a092 to your computer and use it in GitHub Desktop.
prop_dependencies_allow_eval :: Property
prop_dependencies_allow_eval =
forAll (sized genExpr) $ \e ->
forAll (makeEnvWith (dependencies e)) $ \env ->
isCst (partial env e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment