Type Errors

In this lesson, we'll see how Reason deals with inconsistencies in types.

Mixing Different Types

Reason ensures that a value of a particular type only interacts with values of the same type.

Inconsis

...