Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created February 12, 2017 14:59
Show Gist options
  • Save deque-blog/bb96fa36eab9dd5df11674ad22c7a092 to your computer and use it in GitHub Desktop.
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