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/?a=commitdiff_plain;ds=sidebyside;h=fbb4683ec21a94a9614191db5d1bf458b489b6c7;hp=5a5b4cb261056baae6832aa2d79672475863b6c5;p=ghc-hetmet.git 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