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
Add Tree.apply. Change Gen.apply from monadic to applicative. Revert runtime optimization of Gen.integral. (#398, @TysonMN)
Change ListGen.traverse from monadic to applicative. (#399, @TysonMN)
Fix bug in the BindReturn method of the property CE where the generated value is not added to the Journal. (#401, @TysonMN)
Add BindReturn to the gen CE. This essentially changes the last call to let! to use Gen.map instead of Gen.bind. Add MergeSources to the gen and property CEs. This change enables the and! syntax. (#400, @TysonMN)