Skip to content

0.1.0-alpha004

Pre-release
Pre-release
Compare
Choose a tag to compare
@dustinmoris dustinmoris released this 19 Feb 12:14
· 1320 commits to master since this release

This version has some breaking changes

  • Re-factored bind to make it a true bind function
  • Added a new compose combinator
  • The >>= operator became >=> now and >>= is the new bind function (Fixes #5)
  • Upgraded project to .NET Core SDK RC4