Advanced Tutorial
The advanced tutorial is a work in progress. It will be directed towards developers who are comfortable in using fp-ts and want to take it furher.
In the meantime, check out the learning resources and the following resources:
- “
fp-ts
to the max” (TypeScript port of John De Goes’s “FP to the max” in Scala) - Free monad and
fp-ts
(code) - MTL-style in
fp-ts
(code) - Type safe finite state machines with
IxIO
(code)