Open mpilquist opened 4 years ago
I just wanted ==>
and :|
whilst trying to eliminate some unsafeRunSync()
.
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?
ScalaCheck provides a small DSL for writing properties, consisting of syntax like:
p1 ==> p2
)&&
,||
,==
,all
,atLeastOne
)p :| "label"
)Which of these should we support? All, none, some?