<div dir="ltr">Hi,<br><br>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. <br><br>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?<br><br>Thanks,<br>Jeff<br><br><br>[1] <a href="https://mail.haskell.org/pipermail/haskell-cafe/2015-January/117669.html">https://mail.haskell.org/pipermail/haskell-cafe/2015-January/117669.html</a><br>[2] <a href="https://hackage.haskell.org/package/Blobs-0.3/src/">https://hackage.haskell.org/package/Blobs-0.3/src/</a><br></div>