From 4088bc918d14e45c4fab9557302eedcd3b36d8ba Mon Sep 17 00:00:00 2001 From: Matt Bovel <matthieu@bovel.net> Date: Fri, 17 Dec 2021 11:56:44 +0100 Subject: [PATCH] Fix typo --- previous-exams/2021-midterm-solution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/previous-exams/2021-midterm-solution.md b/previous-exams/2021-midterm-solution.md index d491a91..6f0bc21 100644 --- a/previous-exams/2021-midterm-solution.md +++ b/previous-exams/2021-midterm-solution.md @@ -156,7 +156,7 @@ for eval <- Seq(eval1, eval2) do ### Exercise 3.1 - Type parameter `A` in `map` -- `def map[B >: A](f: B => C): Transform[B, C]` +- `def map[C](f: B => C): Transform[B, C]` ### Exercise 3.2 -- GitLab