From: Max Bolingbroke Date: Thu, 31 Jul 2008 01:23:43 +0000 (+0000) Subject: Comment only in IfaceENv X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fbb4683ec21a94a9614191db5d1bf458b489b6c7 Comment only in IfaceENv --- diff --git a/compiler/iface/IfaceEnv.lhs b/compiler/iface/IfaceEnv.lhs index 4f04ed7..ecfd2bc 100644 --- a/compiler/iface/IfaceEnv.lhs +++ b/compiler/iface/IfaceEnv.lhs @@ -184,7 +184,11 @@ newIPName occ_name_ip = do key = occ_name_ip -- Ensures that ?x and %x get distinct Names \end{code} - Local helper functions (not exported) +%************************************************************************ +%* * + Name cache access +%* * +%************************************************************************ \begin{code} lookupOrigNameCache :: OrigNameCache -> Module -> OccName -> Maybe Name