From db5aefdb3bacf6582e6801b528c8618069d170c5 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones <simonpj@microsoft.com> Date: Tue, 2 Aug 2011 14:27:44 +0100 Subject: [PATCH] Comment wibble (hash at start of line confused CPP) --- compiler/iface/MkIface.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index c78af645b296..008b806cbc23 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -1029,8 +1029,8 @@ so we may need to split up a single Avail into multiple ones. Note [Internal used_names] ~~~~~~~~~~~~~~~~~~~~~~~~~~ Most of the used_names are External Names, but we can have Internal -Names too: see Note [Binders in Template Haskell] in Convert, and Trac -#5362 for an example. Such Names are always +Names too: see Note [Binders in Template Haskell] in Convert, and +Trac #5362 for an example. Such Names are always - Such Names are always for locally-defined things, for which we don't gather usage info, so we can just ignore them in ent_map - They are always System Names, hence the assert, just as a double check. -- GitLab