From 52e7f3d06b22959212c114f557a392d986d65fc9 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Sun, 14 Sep 2025 20:15:53 +0200 Subject: add third exercise of lecture 7 --- lec07/JoinList.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lec07/JoinList.hs') diff --git a/lec07/JoinList.hs b/lec07/JoinList.hs index ccfa838..5e1949f 100644 --- a/lec07/JoinList.hs +++ b/lec07/JoinList.hs @@ -1,6 +1,7 @@ module JoinList where import Sized +import Scrabble data JoinList m a = Empty | Single m a -- cgit v1.2.3