From 81cb7522dfd546a85c2e3bb71ed85e9c53b122d6 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 2 Aug 1997 21:37:07 +0000 Subject: [PATCH] [project @ 1997-08-02 21:37:07 by sof] wibble --- ghc/compiler/basicTypes/Id.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/basicTypes/Id.lhs b/ghc/compiler/basicTypes/Id.lhs index 6b22f12..e1fd2a0 100644 --- a/ghc/compiler/basicTypes/Id.lhs +++ b/ghc/compiler/basicTypes/Id.lhs @@ -85,6 +85,7 @@ module Id ( -- PRINTING and RENUMBERING pprId, +-- pprIdInUnfolding, showId, -- Specialialisation -- 1.7.10.4