wenzelm [Sat, 14 Jun 2008 23:33:43 +0200] rev 27220
added ~: and ~=;
fixed SOME, which is now \<some> not \<epsilon>;
wenzelm [Sat, 14 Jun 2008 23:20:12 +0200] rev 27219
export subgoal_tac, subgoals_tac, thin_tac;
wenzelm [Sat, 14 Jun 2008 23:20:11 +0200] rev 27218
prove: full Variable.declare_term, including constraints;
wenzelm [Sat, 14 Jun 2008 23:20:10 +0200] rev 27217
prove_standard: more precises argument passing;
proper context for tactics derived from res_inst_tac;
wenzelm [Sat, 14 Jun 2008 23:20:09 +0200] rev 27216
InductTacs.case_tac: removed obsolete declare, which is now part of Goal.prove;
wenzelm [Sat, 14 Jun 2008 23:20:07 +0200] rev 27215
simplified InductTacs.case_tac/induct_tac;
wenzelm [Sat, 14 Jun 2008 23:20:06 +0200] rev 27214
tuned proof;
wenzelm [Sat, 14 Jun 2008 23:20:05 +0200] rev 27213
removed obsolete nat_induct_tac -- cannot work without;
wenzelm [Sat, 14 Jun 2008 23:20:03 +0200] rev 27212
removed obsolete case_split_tac -- cannot work without;
wenzelm [Sat, 14 Jun 2008 23:20:02 +0200] rev 27211
removed unused excluded_middle_tac;
proper context for tactics derived from res_inst_tac;
tuned setup;