updated comments for handling derivations
authorpaulson
Fri, 03 May 1996 17:40:05 +0200
changeset 1718 eaecc8be539b
parent 1717 8d46452739d7
child 1719 8b677c7e18bc
updated comments for handling derivations
src/HOL/ex/mesontest.ML
--- a/src/HOL/ex/mesontest.ML	Fri May 03 17:35:13 1996 +0200
+++ b/src/HOL/ex/mesontest.ML	Fri May 03 17:40:05 1996 +0200
@@ -6,9 +6,9 @@
 Test data for the MESON proof procedure
    (Excludes the equality problems 51, 52, 56, 58)
 
-show_hyps:=false;
+show_hyps := false;
 
-full_deriv:=false;
+keep_derivs := MinDeriv;
 by (rtac ccontr 1);
 val [prem] = gethyps 1;
 val nnf = make_nnf prem;
@@ -21,7 +21,7 @@
 
 goal HOL.thy "False";
 by (resolve_tac goes 1);
-full_deriv:=true;
+keep_derivs := FullDeriv;
 
 by (prolog_step_tac horns 1);
 by (iter_deepen_prolog_tac horns);