From: simonpj Date: Mon, 21 Dec 1998 12:09:32 +0000 (+0000) Subject: [project @ 1998-12-21 12:09:32 by simonpj] X-Git-Tag: Approx_2487_patches~171 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fe9ffed077dd098d871d9a016e5e8b70b434801f;p=ghc-hetmet.git [project @ 1998-12-21 12:09:32 by simonpj] Add PprType.hi-boot; used only for error messages in Type.lhs --- diff --git a/ghc/compiler/types/PprType.hi-boot b/ghc/compiler/types/PprType.hi-boot new file mode 100644 index 0000000..6db121f --- /dev/null +++ b/ghc/compiler/types/PprType.hi-boot @@ -0,0 +1,6 @@ +_interface_ PprType 1 +_exports_ +PprType pprType; +_declarations_ +1 pprType _:_ Type.Type -> Outputable.SDoc ;; +