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

Combinators for functions in Gen #90

Open
kevin-lee opened this issue Jul 1, 2019 · 0 comments
Open

Combinators for functions in Gen #90

kevin-lee opened this issue Jul 1, 2019 · 0 comments

Comments

@kevin-lee
Copy link
Member

Current Gen does not have combinators for functions (e.g. Gen[A => B]).
There are some cases where having function combinators is really handy (e.g. Functor laws, Monad laws, etc.) so can we have function combinators maybe like Gen.function1, Gen.function2, etc.?

As you know, there is a function generation project for Haskell Hedgehog.
http://hackage.haskell.org/package/hedgehog-fn
https://github.com/qfpl/hedgehog-fn

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