A short intro to type classes in Haskell
Haskell as a language always fascinates me with its unique typesystem and constructs that offer expressiveness unlike other languages. In this article, I want to share something I learned about type classes in haskell.
Read more →