Skip to content
Snippets Groups Projects
Commit ff55074d authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-10-12 15:17:55 by simonmar]

isUnboundName moved
parent ab2751c0
No related merge requests found
......@@ -19,7 +19,8 @@ import CoreSyn ( CoreExpr )
import PprCore ( {- Instances -} )
--others:
import Name ( Name, isUnboundName )
import Name ( Name )
import PrelNames ( isUnboundName )
import NameSet ( NameSet, elemNameSet, nameSetToList )
import BasicTypes ( RecFlag(..), Fixity )
import Outputable
......
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