...

/

Polymorphic Comparison

Polymorphic Comparison

In this lesson, we'll get familiarized with the concept of polymorphism in ReasonML.

What is Polymorphism?

The meaning behind the intimidating term, “polymorphism”, is really quite simple. Polymorphism refers to a certain method changing its behavior according to different situations.

This can prove very useful as the same method can be used ...