summaryrefslogtreecommitdiff
path: root/lec07/JoinList.hs
diff options
context:
space:
mode:
authorEdoardo La Greca2025-09-14 20:15:53 +0200
committerEdoardo La Greca2025-09-14 20:15:53 +0200
commit52e7f3d06b22959212c114f557a392d986d65fc9 (patch)
tree9402c3b2a85cb2d72af093d1846705c31a83413d /lec07/JoinList.hs
parenta48fdae020cad7e8ff6028ba8b4b6686ac5a22b8 (diff)
add third exercise of lecture 7
Diffstat (limited to 'lec07/JoinList.hs')
-rw-r--r--lec07/JoinList.hs1
1 files changed, 1 insertions, 0 deletions
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