optimize relevance filter by doing a Table.fold directly rather than destroying the datastructure each time;
saves 2 sec per Sledgehammer invocation on my laptop!
package GraphBrowser;
class ParseError extends Exception {
public ParseError(String s) { super(s); }
}