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
andTextDecoder
; alt
andchainRec
combinators;chainLift
,evert
,log
,runSequentially
, andsafeExtract
utilities;- Pair algebraic data type;
Improvements
- Implement
chainRec
algebra to Task;