src/Provers/clasimp.ML
changeset 54742 7a86358a3c0b
parent 51717 9e7d1c139569
child 58008 aa72531f972f
equal deleted inserted replaced
54741:010eefa0a4f3 54742:7a86358a3c0b
   148   in
   148   in
   149     PARALLEL_GOALS (ALLGOALS (Simplifier.asm_full_simp_tac ctxt)) THEN
   149     PARALLEL_GOALS (ALLGOALS (Simplifier.asm_full_simp_tac ctxt)) THEN
   150     TRY (Classical.safe_tac ctxt) THEN
   150     TRY (Classical.safe_tac ctxt) THEN
   151     REPEAT_DETERM (FIRSTGOAL main_tac) THEN
   151     REPEAT_DETERM (FIRSTGOAL main_tac) THEN
   152     TRY (Classical.safe_tac (addSss ctxt)) THEN
   152     TRY (Classical.safe_tac (addSss ctxt)) THEN
   153     prune_params_tac
   153     prune_params_tac ctxt
   154   end;
   154   end;
   155 
   155 
   156 fun auto_tac ctxt = mk_auto_tac ctxt 4 2;
   156 fun auto_tac ctxt = mk_auto_tac ctxt 4 2;
   157 
   157 
   158 
   158