summaryrefslogtreecommitdiff
path: root/lec05/notes.md
diff options
context:
space:
mode:
authorEdoardo La Greca2025-08-22 21:23:04 +0200
committerEdoardo La Greca2025-08-22 21:23:04 +0200
commitb75db22a1464e3b1d2f40b1e212f9826d3e1c46c (patch)
treed1dd7ef309f150af6ff0f603f480a4126bd8fcce /lec05/notes.md
parent7d97724c15ea11544f895de80f045a631754b993 (diff)
add "Lecture N: ..." to titles in notes of lecture 4 and 5
Diffstat (limited to 'lec05/notes.md')
-rw-r--r--lec05/notes.md2
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.