diff options
Diffstat (limited to 'lec07/JoinList.hs')
| -rw-r--r-- | lec07/JoinList.hs | 1 |
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 |