Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
e79d44f1
Commit
e79d44f1
authored
Jul 25, 2005
by
simonpj
Browse files
[project @ 2005-07-25 11:10:01 by simonpj]
Comments
parent
70349c32
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/basicTypes/Name.lhs
View file @
e79d44f1
...
...
@@ -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 t
e
he paren thing
-- derives from the paren
t
thing
isImplicitName name = isJust (nameParent_maybe name)
nameModule name = nameModule_maybe name `orElse` pprPanic "nameModule" (ppr name)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment