This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
Releases: funfix/funfix.js
Releases · funfix/funfix.js
v4.3.1
v4.3.0
v4.2.0
v4.1.0
v4.0.0
4.0.0 (2017-07-16)
Exposes type classes inspired by Haskell and Typelevel Cats, in a new sub-module called types
:
Eq
Functor
Apply
Applicative
FlatMap
Monad
These type classes are accompanied by laws which can be used in unit-testing, along with a solid encoding that allows for discovery and for implementing these type classes for any arbitrary types.
BREAKING CHANGE: removed the "exec
" sub-module, to be moved in a new Monix.js and refactored the "core
" sub-module to have Option
, Either
and Try
in the same core/disjunctions
file (in order to avoid cyclic dependencies due to tailRecM
).