src/Pure/tactical.ML
Sat, 03 Sep 2022 23:10:38 +0200 wenzelm tuned signature;
Fri, 08 Apr 2016 22:47:18 +0200 wenzelm eliminated ancient TTY-based Tactical.tracify and related global references;
Sun, 13 Dec 2015 21:56:15 +0100 wenzelm more general types Proof.method / context_tactic;
Sat, 15 Aug 2015 23:10:13 +0200 wenzelm tuned whitespace;
Mon, 09 Mar 2015 20:33:33 +0100 wenzelm support structural composition (THEN_ALL_NEW) for proof methods;
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Wed, 09 Apr 2014 12:33:02 +0200 wenzelm prefer regular Goal_Display.pretty_goals, without censorship of options;
Wed, 09 Apr 2014 12:22:57 +0200 wenzelm proper context for print_tac;
Thu, 20 Mar 2014 21:07:57 +0100 wenzelm enforce subgoal boundaries via SUBGOAL/SUBGOAL_CASES -- clean tactical failure if out-of-range;
Fri, 24 May 2013 17:00:46 +0200 wenzelm tuned signature;
Tue, 16 Oct 2012 17:47:23 +0200 wenzelm clarified defer/prefer: more specific errors;
Wed, 15 Feb 2012 20:56:30 +0100 wenzelm eliminated slightly odd / obsolete DETERM_UNTIL, DETERM_UNTIL_SOLVED (cf. 941afb897532, ea0668a1c0ba);
Tue, 14 Feb 2012 19:51:39 +0100 wenzelm tuned signature, according to actual usage of these operations;
Tue, 14 Feb 2012 17:54:08 +0100 wenzelm elininated unused INTLEAVE;
Wed, 08 Jun 2011 15:56:57 +0200 wenzelm more robust exception pattern General.Subscript;
Fri, 03 Sep 2010 21:13:53 +0200 wenzelm pretty_goals: turned some global references and function arguments into configuration options (goals_limit = 10, goals_total = true, show_main_goal = false) depending on the context;
Wed, 13 Jan 2010 00:08:56 +0100 wenzelm added SOLVED' -- a more direct version of THEN_ALL_NEW (K no_tac) -- strictly speaking it does not even depend on subgoal addressing, but it would be too confusing without it;
Tue, 29 Sep 2009 11:49:22 +0200 wenzelm explicit indication of Unsynchronized.ref;
Mon, 27 Jul 2009 20:45:40 +0200 wenzelm moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
Sat, 25 Jul 2009 10:31:27 +0200 wenzelm renamed structure Display_Goal to Goal_Display;
Fri, 24 Jul 2009 12:00:02 +0200 wenzelm renamed Pure/tctical.ML to Pure/tactical.ML;
less more (0) tip