Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6ef8b031b99466f6e8a9c092d136a4533bc0afe0 >--------------------------------------------------------------- commit 6ef8b031b99466f6e8a9c092d136a4533bc0afe0 Author: Simon Peyton Jones <[email protected]> Date: Tue Aug 2 14:27:44 2011 +0100 Comment wibble (hash at start of line confused CPP) >--------------------------------------------------------------- compiler/iface/MkIface.lhs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index bbd0265..597efde 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -992,8 +992,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. _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
