Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active February 5, 2017 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/ec6b86bb8399408411634fd4854b4ebb to your computer and use it in GitHub Desktop.
Save deque-blog/ec6b86bb8399408411634fd4854b4ebb to your computer and use it in GitHub Desktop.
type Shrinker a = a -> [a]
class Arbitrary a where
arbitrary :: Gen a
shrink :: Shrinker a
shrink = const []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment