Skip to content

Version 0.12.1

Compare
Choose a tag to compare
@TysonMN TysonMN released this 16 Jul 21:09
· 59 commits to master since this release
  • 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)