Type Errors
In this lesson, we'll see how Reason deals with inconsistencies in types.
We'll cover the following...
Mixing Different Types
Reason ensures that a value of a particular type only interacts with values of the same type.