From 607a739074527e2b38c5f5cb08eb2913ed90b771 Mon Sep 17 00:00:00 2001 From: Christian Sievers Date: Sun, 18 Jan 2015 03:40:22 +0100 Subject: [PATCH] There is no Type module to import. --- chapter3/calc/Pretty.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/chapter3/calc/Pretty.hs b/chapter3/calc/Pretty.hs index 87e4678..9574022 100644 --- a/chapter3/calc/Pretty.hs +++ b/chapter3/calc/Pretty.hs @@ -3,7 +3,6 @@ module Pretty ( ) where import Syntax -import Type import Text.PrettyPrint (Doc, (<>), (<+>)) import qualified Text.PrettyPrint as PP