The proposal matcher. It works on a small example.
[match/match.git] / debug
CommitLineData
d7d9561e
MM
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