There is no Type module to import.

This commit is contained in:
Christian Sievers 2015-01-18 03:40:22 +01:00
parent fbb16baa71
commit 607a739074

View File

@ -3,7 +3,6 @@ module Pretty (
) where
import Syntax
import Type
import Text.PrettyPrint (Doc, (<>), (<+>))
import qualified Text.PrettyPrint as PP