session 2

This commit is contained in:
2025-03-16 17:25:05 +01:00
parent 0dd25768c8
commit 923a17f7ff
2 changed files with 18 additions and 8 deletions

View File

@ -38,3 +38,9 @@ Because it is the simplest recursive data structure. It is a recursive data stru
The tree is simply too complex. Linked lists are easy.
## [16th of March - Deriving types]
> How does one do this systematically?
> Lazy and singly-linked lists, what's the relation?