From: simonpj Date: Mon, 25 Jul 2005 11:10:01 +0000 (+0000) Subject: [project @ 2005-07-25 11:10:01 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~329 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e79d44f15f7dd7b034746b702bd734792ded7f93;p=ghc-hetmet.git [project @ 2005-07-25 11:10:01 by simonpj] Comments --- diff --git a/ghc/compiler/basicTypes/Name.lhs b/ghc/compiler/basicTypes/Name.lhs index 2ade655..fd8f2cf 100644 --- a/ghc/compiler/basicTypes/Name.lhs +++ b/ghc/compiler/basicTypes/Name.lhs @@ -161,7 +161,7 @@ nameParent name = case nameParent_maybe name of isImplicitName :: Name -> Bool -- An Implicit Name is one has a parent; that is, one whose definition --- derives from tehe paren thing +-- derives from the parent thing isImplicitName name = isJust (nameParent_maybe name) nameModule name = nameModule_maybe name `orElse` pprPanic "nameModule" (ppr name)