On Wed, Sep 12, 2007 at 03:03:11PM +0100, Simon Marlow wrote: > > The testsuite is an EDSL, as Ian pointed out. But you really don't want to > have to compile the test descriptions against the testsuite driver code > each time you change one, so you have to use the GHC API somehow. I'd prefer not to make the testsuite even more GHC-specific, anyway. Thanks Ian