[project @ 1998-12-21 12:09:32 by simonpj]
authorsimonpj <unknown>
Mon, 21 Dec 1998 12:09:32 +0000 (12:09 +0000)
committersimonpj <unknown>
Mon, 21 Dec 1998 12:09:32 +0000 (12:09 +0000)
Add PprType.hi-boot; used only for error messages in Type.lhs

ghc/compiler/types/PprType.hi-boot [new file with mode: 0644]

diff --git a/ghc/compiler/types/PprType.hi-boot b/ghc/compiler/types/PprType.hi-boot
new file mode 100644 (file)
index 0000000..6db121f
--- /dev/null
@@ -0,0 +1,6 @@
+_interface_ PprType 1
+_exports_
+PprType pprType;
+_declarations_
+1 pprType _:_ Type.Type -> Outputable.SDoc ;;
+