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