Skip to content

v1.3.2

Latest
Compare
Choose a tag to compare
@sebastienfilion sebastienfilion released this 21 Dec 21:11
· 8 commits to main since this release

This release brings more documentation and utilities to the project:

Features

  • Suite of assertion functions to test a variable types;
  • Convenience function to encode/decode analogous to TextEncoder and TextDecoder;
  • alt and chainRec combinators;
  • chainLift, evert, log, runSequentially, and safeExtract utilities;
  • Pair algebraic data type;

Improvements

  • Implement chainRec algebra to Task;