New features:
permissive option for fixrec to skip proofs of equations;
side conditions for fixrec equations (for definedness);
fixpat theorem names apply to entire group of theorems;
improved error messages
package GraphBrowser;
class ParseError extends Exception {
public ParseError(String s) { super(s); }
}