Refactor unqualified imports to qualified ones automatically?

15 Feb
2015
15 Feb
'15
2:55 p.m.
Hi, In a previous post regarding overlapping images in wx [1], Stephen Tetley suggested I study Blobs [2]. I want to find its wx logic, but as it stands I can't distinguish the wx commands from the others, because wx is too large a library for me to know all the names in it, and Blobs imports most of its modules unqualified. Is there some automatic way of changing an unqualified import to a qualified import, so that every function from the module of interest would be prefixed to indicate where it comes from? If not, is there some other way around the problem? Thanks, Jeff [1] https://mail.haskell.org/pipermail/haskell-cafe/2015-January/117669.html [2] https://hackage.haskell.org/package/Blobs-0.3/src/
3748
Age (days ago)
3748
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeffrey Brown