author | paulson |
Wed, 03 Mar 1999 11:12:29 +0100 | |
changeset 6300 | 3815b5b095cb |
parent 6299 | 1a88db6e7c7e |
child 6301 | 08245f5a436d |
--- a/src/HOL/Induct/Com.ML Wed Mar 03 10:50:42 1999 +0100 +++ b/src/HOL/Induct/Com.ML Wed Mar 03 11:12:29 1999 +0100 @@ -38,9 +38,6 @@ by (Blast_tac 3); by (Blast_tac 1); by (rewrite_goals_tac [Function_def, Unique_def]); -by (thin_tac "(?c,s1) -[ev]-> s2" 5); -by (rotate_tac 1 5); (*PATCH to avoid very slow proof*) -(*SLOW (23s) due to proof reconstruction; needs 60s if thin_tac is omitted*) by (REPEAT (blast_tac (claset() addEs [exec_WHILE_case]) 1)); qed "Function_exec";