Last active
February 12, 2017 14:43
-
-
Save deque-blog/d364984a6ed96781b81ad37601771c68 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
prop_optimize_constant :: Property | |
prop_optimize_constant = | |
forAll (sized genCstExpr) (isCst . optimize) | |
prop_partial_constant :: Property | |
prop_partial_constant = | |
forAll (sized genCstExpr) (isCst . partial Map.empty) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment