Add conflicts of interest to the InstanceGenerator and make some other cleanups.
[match/match.git] / program / debug
CommitLineData
d7d9561e
MM
1#!/bin/bash
2# Let ghci see only the source so it loads the modules debuggably.
2ed0056e 3exec ghci -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@"