lib/browser/GraphBrowser/ParseError.java
author boehmes
Sun, 05 Jun 2011 15:00:17 +0200
changeset 43154 72e4753a6677
parent 13973 9170772bf420
permissions -rw-r--r--
made introduction of explicit application stable under removal of vacuous facts (which only lower the rank of constants but do not participate in the proof)

package GraphBrowser;

class ParseError extends Exception {
	public ParseError(String s) { super(s); }
}