src/Tools/GraphBrowser/graphbrowser/ParseError.java
author nipkow
Thu, 03 Jul 2025 13:53:14 +0200
changeset 82802 547335b41005
parent 74015 12b1f4649ab1
permissions -rw-r--r--
removed duplicate lemma; added the notion of the kernel of a function

package isabelle.graphbrowser;

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