diff options
Diffstat (limited to 'lec05')
-rw-r--r-- | lec05/notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lec05/notes.md b/lec05/notes.md index 700fa23..94287f7 100644 --- a/lec05/notes.md +++ b/lec05/notes.md @@ -1,4 +1,4 @@ -# More Polymorphism and type classes +# Lecture 5: More Polymorphism and type classes Haskell's polymorphism, which we've seen in previous lectures, is known as *parametric polymorphism* and requires that polymorphic functions must work uniformly for any input type. This requirement has interesting implications. |