Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zipped Tree Applicative #74

Open
charleso opened this issue Apr 23, 2019 · 2 comments
Open

Zipped Tree Applicative #74

charleso opened this issue Apr 23, 2019 · 2 comments

Comments

@charleso
Copy link
Collaborator

charleso commented Apr 23, 2019

https://github.com/hedgehogqa/haskell-hedgehog/pull/272/files

This means that a generator like (,) <$> genA <*> genB will be able to alternate between shrinking genA and genB rather than doing one first and then the other.

This might not be possible with the State-based Seed rather than SplitMix:

#27

@jacobstanley
Copy link
Member

I'm going to give state based a go in haskell soonish, so maybe I can tell you

@charleso
Copy link
Collaborator Author

charleso commented Apr 24, 2019

Have converted the applicative instance over, but still looking at ideal list shrinking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants