- Add code to visualize an instance and matching as a graph (bipartite, rather
[match/match.git] / program / debug
... / ...
CommitLineData
1#!/bin/bash
2# Let ghci see only the source so it loads the modules debuggably.
3exec ghci -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@"