Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created February 4, 2017 15:51
Show Gist options
  • Save deque-blog/113f5ebe1e4aa29ea012ae7c82d11694 to your computer and use it in GitHub Desktop.
Save deque-blog/113f5ebe1e4aa29ea012ae7c82d11694 to your computer and use it in GitHub Desktop.
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