I Think I Finally Understand Haskell Type Classes
bladeismyna.me
I Think I Finally Understand Haskell Type Classes
1–2 of 2 posts
Re: I Think I Finally Understand Haskell Type Classes
#2Haskell's type classes made sense to me when I asked myself why Haskell needed them and thought that if it didn't have them, you could end up writing almost exactly the same function a dozen times just with different type parameters.