src/Pure/tctical.ML
Sat, 12 Apr 2008 17:00:35 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Mon, 20 Aug 2007 20:43:59 +0200 wenzelm TextIO.inputLine: non-critical (assume exclusive ownership);
Mon, 23 Jul 2007 14:06:12 +0200 wenzelm marked some CRITICAL sections (for multithreading);
Thu, 05 Jul 2007 00:06:23 +0200 wenzelm tuned goal conversion interfaces;
Tue, 03 Jul 2007 22:27:30 +0200 wenzelm CONVERSION: handle TYPE | TERM | CTERM | THM;
Tue, 03 Jul 2007 17:17:13 +0200 wenzelm added CONVERSION tactical;
Thu, 14 Jun 2007 13:16:44 +0200 paulson tidied
Sun, 03 Jun 2007 23:16:52 +0200 wenzelm added CSUBGOAL;
Thu, 31 May 2007 23:47:36 +0200 wenzelm simplified/unified list fold;
Thu, 31 May 2007 01:25:24 +0200 wenzelm TextIO.inputLine: use present SML B library version;
Wed, 04 Apr 2007 23:29:33 +0200 wenzelm rep_thm/cterm/ctyp: removed obsolete sign field;
Mon, 26 Feb 2007 23:18:24 +0100 wenzelm moved eq_thm etc. to structure Thm in Pure/more_thm.ML;
Thu, 21 Sep 2006 19:04:20 +0200 wenzelm member (op =);
Tue, 25 Jul 2006 21:18:00 +0200 wenzelm renamed Term.variant_abs to Syntax.variant_abs;
Mon, 12 Jun 2006 21:19:00 +0200 wenzelm tuned Seq/Envir/Unify interfaces;
Tue, 16 May 2006 13:01:29 +0200 wenzelm avoid low-level Term.str_of_term;
Mon, 24 Apr 2006 16:36:07 +0200 haftmann cleaned up some diagnostic mathom
Fri, 10 Mar 2006 04:02:53 +0100 mengj METAHYPS catches THM assume exception and prints out the terms containing schematic vars.
Tue, 28 Feb 2006 11:07:54 +0100 paulson splitting up METAHYPS into smaller functions
Fri, 21 Oct 2005 18:14:49 +0200 wenzelm moved SELECT_GOAL to goal.ML;
Tue, 13 Sep 2005 22:19:28 +0200 wenzelm Seq.maps;
Tue, 21 Jun 2005 09:35:30 +0200 wenzelm tuned SUBGOAL: Logic.nth_prem instead of List.nth o prems_of;
Thu, 02 Jun 2005 09:11:32 +0200 wenzelm header;
Fri, 04 Mar 2005 15:07:34 +0100 skalberg Removed practically all references to Library.foldr.
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Tue, 06 Jul 2004 20:32:20 +0200 schirmer print_tac now outputs goals through trace-channel
Fri, 25 Jun 2004 14:30:55 +0200 skalberg Merging the meta-simplifier with the Provers-simplifier. Next step:
Mon, 21 Oct 2002 17:12:44 +0200 berghofe No more explicit manipulation of flex-flex constraints in metahyps_aux_tac.
Thu, 17 Oct 2002 10:52:59 +0200 paulson fixing the cut_tac method to work when there are no instantiations and the
Tue, 07 May 2002 14:27:54 +0200 wenzelm tuned;
Sat, 26 Jan 2002 19:15:51 +0100 wenzelm generic DETERM;
Wed, 21 Nov 2001 00:36:51 +0100 wenzelm use tracing function for trace output;
Tue, 06 Nov 2001 23:52:45 +0100 wenzelm goals_limit moved to display.ML;
Tue, 23 Oct 2001 23:28:01 +0200 wenzelm added RANGE (from Isar/proof.ML);
Mon, 22 Oct 2001 18:01:52 +0200 wenzelm Display.print_goals;
Fri, 31 Aug 2001 16:12:15 +0200 berghofe Tidied function SELECT_GOAL.
Sun, 07 Jan 2001 21:41:56 +0100 wenzelm CHANGED_PROP;
Wed, 03 Jan 2001 21:18:31 +0100 wenzelm Thm: dest_comb, dest_abs, capply, cabs no longer global;
Mon, 20 Mar 2000 18:46:53 +0100 wenzelm ALLGOALS_RANGE superceded by Seq.INTERVAL;
Wed, 08 Mar 2000 17:50:28 +0100 wenzelm export ALLGOALS_RANGE;
Sat, 04 Mar 2000 13:18:43 +0100 wenzelm added REPEAT_ALL_NEW;
Fri, 28 Jan 2000 11:23:41 +0100 oheimb added tacticals DETERM_UNTIL and DETERM_UNTIL_SOLVED
Mon, 04 Oct 1999 10:19:18 +0200 paulson fixed CHANGED_GOAL, which is used by stac
Wed, 17 Mar 1999 16:33:00 +0100 wenzelm qualify Theory.sign_of etc.;
Mon, 28 Dec 1998 16:49:31 +0100 paulson Added a "message" argument to print_tac
Mon, 30 Nov 1998 10:45:39 +0100 paulson tactical CHANGED now uses alpha-eta conversion, not alpha conversion
Wed, 25 Nov 1998 13:59:06 +0100 wenzelm tuned space;
Wed, 25 Nov 1998 13:57:44 +0100 wenzelm replaced prs by writeln;
Tue, 17 Nov 1998 14:07:25 +0100 wenzelm Drule.rev_triv_goal;
Thu, 13 Aug 1998 17:44:50 +0200 paulson simpler SELECT_GOAL no longer inserts a dummy parameter
Tue, 14 Jul 1998 13:31:55 +0200 paulson CHANGED_GOAL added to declare a more robust stac
Thu, 05 Feb 1998 11:19:51 +0100 wenzelm added THEN_ALL_NEW;
Fri, 21 Nov 1997 15:27:43 +0100 wenzelm changed Sequence interface (now Seq, in seq.ML);
Fri, 24 Oct 1997 17:13:21 +0200 wenzelm ProtoPure.thy;
Thu, 11 Sep 1997 16:16:03 +0200 wenzelm removed print_goals_ref (which was broken anyway);
Wed, 23 Jul 1997 11:48:59 +0200 paulson Removal of tactical STATE
Tue, 18 Mar 1997 15:15:01 +0100 paulson A more explicit prefix because gensym now generates easily predicatable
Fri, 21 Feb 1997 15:31:47 +0100 paulson Replaced "flat" by the Basis Library function List.concat
Sat, 15 Feb 1997 16:05:07 +0100 oheimb added THEN_MAYBE and THEN_MAYBE'
less more (0) -60 tip