Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created February 2, 2017 21:48
Show Gist options
  • Save deque-blog/aa045a5199ee27c7d883921c6aa5b57f to your computer and use it in GitHub Desktop.
Save deque-blog/aa045a5199ee27c7d883921c6aa5b57f to your computer and use it in GitHub Desktop.
prop_gcd :: Integer -> Integer -> Bool
prop_gcd a b = a * b == gcd a b * lcm a b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment