deepen_tac is NOT complete when made to apply "spec" as a safe rule\!\!
authorpaulson
Mon, 27 Jan 1997 15:06:21 +0100
changeset 2559 06b6a499f8ae
parent 2558 6e8d130463e3
child 2560 c57b585eecd9
deepen_tac is NOT complete when made to apply "spec" as a safe rule\!\!
src/HOL/Auth/Message.ML
--- a/src/HOL/Auth/Message.ML	Mon Jan 27 15:04:05 1997 +0100
+++ b/src/HOL/Auth/Message.ML	Mon Jan 27 15:06:21 1997 +0100
@@ -868,7 +868,7 @@
           REPEAT o (mp_tac ORELSE' eresolve_tac [asm_rl,exE]),
           (*Duplicate the assumption*)
           forw_inst_tac [("psi", "ALL C.?P(C)")] asm_rl,
-          fast_tac (!claset addSDs [spec])];
+          depth_tac (!claset addSDs [spec]) 0];
 
 
 (*Needed occasionally with spy_analz_tac, e.g. in analz_insert_Key_newK*)