Operator Functions

Let's learn how to create our own operators in ReasonML.

We'll cover the following...

In Reason, we can use functions to create our own customized operators. The purpose of the operator will be defined within the function.

All the predefined in-fix operators can be used to create new in-fix operators. The same goes for prefix ...