Fix bug in second-pass graph construction when a proposal got more than one expert...
[match/match.git] / program / debug
... / ...
CommitLineData
1#!/bin/bash
2# Let ghci see only the source so it loads the modules debuggably.
3mkdir -p debugdir
4(cd debugdir && ln -fs ../*.hs .)
5exec ghci -i -idebugdir Test "$@"