From b182353f31d9f7a31f504571600b06d9a6d0723d Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 23 Jul 2009 13:23:45 +0000 Subject: [PATCH] point to the wiki --- compiler/main/TidyPgm.lhs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/main/TidyPgm.lhs b/compiler/main/TidyPgm.lhs index ebe196b..2a068d9 100644 --- a/compiler/main/TidyPgm.lhs +++ b/compiler/main/TidyPgm.lhs @@ -207,6 +207,10 @@ Step 1: Figure out external Ids ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Note [choosing external names] +See also the section "Interface stability" in the +RecompilationAvoidance commentary: + http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/RecompilationAvoidance + First we figure out which Ids are "external" Ids. An "external" Id is one that is visible from outside the compilation unit. These are -- 1.7.10.4