Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@peter-felgate peter-felgate released this 06 Jun 15:14
· 8 commits to main since this release

First version of the package.

Very simple monad that:

  • allows basic logic checks
  • allows mixing up of async and sync calls
  • gives the opportunity of code re-use
  • provides exception handling
  • makes writing testable code with low cyclomatic complexity easy