Created
February 4, 2017 15:51
-
-
Save deque-blog/113f5ebe1e4aa29ea012ae7c82d11694 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 a, Arbitrary b) | |
=> Arbitrary (a -> b) | |
where | |
arbitrary = promote (coarbitrary arbitrary) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment