You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement an enumerative strategy (as is the default in SmallCheck/LeanCheck).
This seems relatively straightforward, but we should keep the following in mind:
We should somehow respect the weights passed to gen::next. For example, if a user writes gen::next(1, 3) then we should list sequences starting with true 3x as often as sequences starting with false.
Implement an enumerative strategy (as is the default in SmallCheck/LeanCheck).
This seems relatively straightforward, but we should keep the following in mind:
gen::next. For example, if a user writesgen::next(1, 3)then we should list sequences starting withtrue3x as often as sequences starting withfalse.