Haskell Module Tools


As part of an on-going project, here is a small collection of tools that perform different tasks on Haskell modules — they are all still quite unpolished, but useful in certain situations.

All these tools have been programmed on top of the GHC API, currently using GHC-6.10.4, and rely on GHC for module loading and type checking.

Download


Wolfram Kahl