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

Support DSL for generating PropF.Result values #7

Open
mpilquist opened this issue Aug 7, 2020 · 2 comments
Open

Support DSL for generating PropF.Result values #7

mpilquist opened this issue Aug 7, 2020 · 2 comments

Comments

@mpilquist
Copy link
Member

ScalaCheck provides a small DSL for writing properties, consisting of syntax like:

  • implication (p1 ==> p2)
  • combining properties (&&, ||, ==, all, atLeastOne)
  • labeling (p :| "label")

Which of these should we support? All, none, some?

@rossabaker
Copy link
Member

I just wanted ==> and :| whilst trying to eliminate some unsafeRunSync().

@kiendang
Copy link

I would like to use these with scalacheck-effect as well @rossabaker would you mind if I make a PR here porting over Banno/vault4s#225?

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

No branches or pull requests

3 participants