Runtime importing of modules in GHC

Alastair Reid reid@cs.utah.edu
27 May 2002 19:55:04 +0100


It strikes me that you might want to play with or steal code from the
Dynamic library if you're disabling/avoiding normal type-checking in
this way.  The Dynamic library is a bit limited in what types it can
handle, is fairly high overhead if you are coercing a lot and won't
catch problems where the typename stays the same but the type itself
changes, but it'll also catch a lot of errors in a lot of code.

-- 
Alastair Reid        reid@cs.utah.edu        http://www.cs.utah.edu/~reid/