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
Glasgow Haskell Compiler
GHC
Commits
2ee48da9
Commit
2ee48da9
authored
Jul 23, 1998
by
sof
Browse files
[project @ 1998-07-23 07:55:14 by sof]
back out foreign decl change, not supposed to see that just yet
parent
769c3b48
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/rename/RnIfaces.lhs
View file @
2ee48da9
...
...
@@ -917,7 +917,6 @@ getDeclBinders new_name (SigD (IfaceSig var ty prags src_loc))
= new_name var src_loc `thenRn` \ var_name ->
returnRn (Avail var_name)
getDeclBinders new_name (ForD _) = returnRn NotAvailable
getDeclBinders new_name (DefD _) = returnRn NotAvailable
getDeclBinders new_name (InstD _) = returnRn NotAvailable
...
...
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