- [Breaking] Upgrade to
fp-ts@2
.
- All arrow functions are replaced by the regular old
function
due to fp-ts'sURIS
being expanded prematurely.
BiKleisli
andBiKleisliIO
instances to model an arrow of formF<A> -> G<B>
andF<E, A> -> G<E, B>
, respectively.
- Migrate to
fp-ts
v1.19.0
- Tests (closes #2)
of
now expects input of typeB
, not() => B
.
- Convenience
getInstancesFor
method. - Changelog.
- Two examples – one with simple unsafeRun usage, and the other with guessing game.
chain
method.
- License was changed to Apache 2.0.
- Initial release.