Type Classes
Synopsis
Most languages support polymorphism of one sort or another. In the type classes video we will
discuss some of the different approaches you will see in different languages, and then introduce
map
for any type you want.
Links
Handouts
Videos
Further Reading
- The Typeclassopedia Read this if you want a broader understanding of type classes.
- Variadic functions in Haskell They used type classes to trick Haskell into allowing us to have functions with a variable number of parameters!