Tutorial
A gentle introduction to the types and concepts in True Myth.
When you have finished reading this tutorial, you should know:
- How to use
Maybe
instead ofnull
orundefined
. - How to use
Result
instead of exceptions. - How to use
Task
s instead ofPromise
s.
For each type, you will also have seen a few examples of some of the most common helpers methods each type provides.
You probably want to read these in order, as they build on each other!
Heads up!
This is not an exhaustive deep dive on every part of the library. There are lots more examples in the API docs, and deep dives in the Understanding section. The goal here is just to get you going with the basics!