major code change: refute can now handle any Isabelle term, adds certain axioms automatically, and can handle inductive datatypes (but not yet recursion over them)
package GraphBrowser;
class ParseError extends Exception {
public ParseError(String s) { super(s); }
}