From 118446b8e373eda3ecc55c9070cd5a191e7d0296 Mon Sep 17 00:00:00 2001 From: Niklas Heim Date: Mon, 11 Mar 2024 15:38:21 +0100 Subject: [PATCH] missing headline --- lectures/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/index.md b/lectures/index.md index 6d00247..8ed262a 100644 --- a/lectures/index.md +++ b/lectures/index.md @@ -32,7 +32,7 @@ structures. [Slides](https://github.com/aicenter/FUP/blob/main/lectures/lecture03.pdf). [Log](https://github.com/aicenter/FUP/blob/main/lectures/lecture03.rkt). -## [Lecture 4](lecture04) +## [Lecture 4](lecture04): Lazy Evaluation Introduces pattern matching, and explains how to implement lazy evaluation and streams in Racket. [Slides](https://github.com/aicenter/FUP/blob/main/lectures/lecture04.pdf).