Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created February 9, 2017 17:23
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/4dab00094b1c46d16034800e72c2ff93 to your computer and use it in GitHub Desktop.
Save deque-blog/4dab00094b1c46d16034800e72c2ff93 to your computer and use it in GitHub Desktop.
prop_gcd_bad :: Integer -> Integer -> Bool
prop_gcd_bad a b = gcd a b > 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment