From c2ae9e01876fdd5c0b0515399bd17eefa827a4a9 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Fri, 19 Sep 2025 20:42:55 +0200 Subject: move Buffer module import to correct module --- lec07/JoinList.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lec07/JoinList.hs') diff --git a/lec07/JoinList.hs b/lec07/JoinList.hs index 5e1949f..4726de2 100644 --- a/lec07/JoinList.hs +++ b/lec07/JoinList.hs @@ -1,7 +1,9 @@ +{-# LANGUAGE FlexibleInstances, TypeSynonymInstances #-} module JoinList where -import Sized +import Buffer import Scrabble +import Sized data JoinList m a = Empty | Single m a -- cgit v1.2.3