Wednesday, 2 October 2013

How to identify unbound variables for auto-including of modules using Template Haskell?

How to identify unbound variables for auto-including of modules using
Template Haskell?

Is it possible to use Template Haskell to pre-analyze a code, searching
for undefined symbols and including them, if they are defined elsewhere?
I.E, simulating Eclipse's auto-include for Java programs (except not
actually altering the source)?

No comments:

Post a Comment