--- a/src/HOL/Tools/ATP/recon_translate_proof.ML Thu Jun 09 23:33:28 2005 +0200
+++ b/src/HOL/Tools/ATP/recon_translate_proof.ML Fri Jun 10 16:15:36 2005 +0200
@@ -35,8 +35,15 @@
| MRR of (int * int) * (int * int)
| Factor of (int * int * int) (* (clause,lit1, lit2) *)
| Para of (int * int) * (int * int)
+ | Super_l of (int * int) * (int * int)
+ | Super_r of (int * int) * (int * int)
| Rewrite of (int * int) * (int * int)
+ | SortSimp of (int * int) * (int * int)
+ | UnitConf of (int * int) * (int * int)
| Obvious of (int * int)
+ | AED of (int*int)
+ | EqualRes of (int*int)
+ | Condense of (int*int)
(*| Hyper of int list*)
| Unusedstep of unit