📄️ Work with standard typeclass
- A typeclass is a sort of interface that defines some behavior
📄️ typeclass constrains
In this chapter, we will explore the following scenarios where typeclass constrains are used:
📄️ Make our own typeclass
In this chapter, we will create a toy typeclass to practice what we've learned so far for fun.