Created
February 2, 2017 21:48
-
-
Save deque-blog/aa045a5199ee27c7d883921c6aa5b57f 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_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