Created
February 4, 2017 16:21
-
-
Save deque-blog/0af890aa0ffec0ebf45ae7e412c91a7d 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
instance CoArbitrary Integer where | |
coarbitrary gen n = | |
Gen $ \rand -> | |
runGen gen (perturb n rand) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment