From: simonpj@microsoft.com Date: Wed, 4 Oct 2006 21:08:45 +0000 (+0000) Subject: Fix comment in RdrName X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7086e46a3819c173dc6033006d787e7a9d1a4fd3;hp=08a681f1f95b465867c362faf8eb1b40f7bd19dd;p=ghc-hetmet.git Fix comment in RdrName --- diff --git a/compiler/basicTypes/RdrName.lhs b/compiler/basicTypes/RdrName.lhs index 8729f47..d487b46 100644 --- a/compiler/basicTypes/RdrName.lhs +++ b/compiler/basicTypes/RdrName.lhs @@ -78,10 +78,7 @@ data RdrName -- We know exactly the Name. This is used -- (a) when the parser parses built-in syntax like "[]" -- and "(,)", but wants a RdrName from it - -- (b) when converting names to the RdrNames in IfaceTypes - -- Here an Exact RdrName always contains an External Name - -- (Internal Names are converted to simple Unquals) - -- (c) by Template Haskell, when TH has generated a unique name + -- (b) by Template Haskell, when TH has generated a unique name \end{code}