Add an importModule function.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 9 Apr 2009 16:06:47 +0000 (18:06 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 9 Apr 2009 16:06:47 +0000 (18:06 +0200)
commit7351c9c23660a0217c42483e10ac9b7a25cb49b2
tree020ea9270cdb064cca6717e002023e03686038a8
parentcba9bc73cb53261fd0a60dc90b3b470e541de608
Add an importModule function.

This function allows us to import a module inside the TcRn monad and
properly handles (family) instances. This is needed for working with the
tfp package.
HsTools.hs