Skip to content
Snippets Groups Projects
Commit 2ee48da9 authored by sof's avatar 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
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment