src/Provers/classical.ML
Wed, 20 Apr 2011 22:57:29 +0200 wenzelm eliminated Display.string_of_thm_without_context;
Sat, 16 Apr 2011 16:15:37 +0200 wenzelm modernized structure Proof_Context;
Sat, 15 Jan 2011 20:51:22 +0100 wenzelm clarified pretty_statement: more robust treatment of fixes and conclusion of elimination (e.g. for classical rule);
Mon, 17 May 2010 23:54:15 +0200 wenzelm prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
Mon, 03 May 2010 14:25:56 +0200 wenzelm renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Fri, 30 Apr 2010 18:06:29 +0200 wenzelm proper context for rule_by_tactic;
Sun, 07 Mar 2010 12:19:47 +0100 wenzelm modernized structure Object_Logic;
Sat, 06 Mar 2010 15:39:16 +0100 wenzelm eliminated Args.bang_facts (legacy feature);
Sun, 08 Nov 2009 18:43:42 +0100 wenzelm adapted Theory_Data;
Sun, 08 Nov 2009 16:30:41 +0100 wenzelm adapted Generic_Data, Proof_Data;
Sun, 01 Nov 2009 15:44:26 +0100 wenzelm modernized structure Context_Rules;
Thu, 29 Oct 2009 23:56:33 +0100 wenzelm eliminated some old folds;
Thu, 29 Oct 2009 17:58:26 +0100 wenzelm standardized filter/filter_out;
Sat, 17 Oct 2009 14:43:18 +0200 wenzelm eliminated hard tabulators, guessing at each author's individual tab-width;
Thu, 15 Oct 2009 23:28:10 +0200 wenzelm replaced String.concat by implode;
Fri, 02 Oct 2009 23:15:36 +0200 wenzelm eliminated dead code;
Fri, 02 Oct 2009 22:15:30 +0200 wenzelm eliminated dead code and redundant parameters;
Tue, 29 Sep 2009 16:24:36 +0200 wenzelm explicit indication of Unsynchronized.ref;
Wed, 29 Jul 2009 00:09:14 +0200 wenzelm removed old global get_claset/map_claset;
Thu, 23 Jul 2009 18:44:08 +0200 wenzelm renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
Tue, 21 Jul 2009 01:03:18 +0200 wenzelm proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Mon, 06 Jul 2009 21:24:30 +0200 wenzelm structure Thm: less pervasive names;
Fri, 20 Mar 2009 17:12:37 +0100 wenzelm Disposed old declarations, tactics, tactic combinators that refer to the simpset or claset of an implicit theory;
Tue, 17 Mar 2009 14:09:20 +0100 wenzelm renamed Tactic.taglist/untaglist/orderlist to tag_list/untag_list/order_list (in library.ML);
Sun, 15 Mar 2009 20:25:58 +0100 wenzelm simplified method setup;
Sun, 15 Mar 2009 15:59:44 +0100 wenzelm simplified attribute setup;
Fri, 13 Mar 2009 21:25:15 +0100 wenzelm eliminated type Args.T;
Fri, 13 Mar 2009 19:58:26 +0100 wenzelm unified type Proof.method and pervasive METHOD combinators;
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Wed, 31 Dec 2008 00:08:13 +0100 wenzelm use exists_subterm directly;
Sat, 17 May 2008 23:53:20 +0200 wenzelm tuned comments;
Sat, 17 May 2008 13:54:30 +0200 wenzelm structure Display: less pervasive operations;
Sat, 29 Mar 2008 22:55:57 +0100 wenzelm purely functional setup of claset/simpset/clasimpset;
Fri, 28 Mar 2008 22:01:56 +0100 haftmann unfold_locales now part of default tactic
Thu, 27 Mar 2008 14:41:10 +0100 wenzelm renamed ML_Context.the_context to ML_Context.the_global_context;
Wed, 26 Mar 2008 22:40:02 +0100 wenzelm pass imp_elim (instead of mp) and swap explicitly -- avoids store_thm;
Sat, 06 Oct 2007 16:50:04 +0200 wenzelm simplified interfaces for outer syntax;
Mon, 20 Aug 2007 20:43:58 +0200 wenzelm tuned merge operations via pointer_eq;
Fri, 10 Aug 2007 17:04:24 +0200 haftmann ClassPackage renamed to Class
Sat, 28 Jul 2007 20:40:26 +0200 wenzelm added get_cs/map_cs;
Thu, 05 Jul 2007 20:01:31 +0200 wenzelm renamed ObjectLogic.atomize_tac to ObjectLogic.atomize_prems_tac;
Thu, 31 May 2007 23:47:36 +0200 wenzelm simplified/unified list fold;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Sat, 14 Apr 2007 11:05:12 +0200 haftmann canonical merge operations
Tue, 20 Mar 2007 08:27:19 +0100 haftmann fixed slip
Mon, 19 Mar 2007 11:59:35 +0100 haftmann moved Output.overwrite_warn here
Mon, 26 Feb 2007 23:18:24 +0100 wenzelm moved eq_thm etc. to structure Thm in Pure/more_thm.ML;
Fri, 19 Jan 2007 22:08:02 +0100 wenzelm moved ML context stuff to from Context to ML_Context;
Sat, 30 Dec 2006 16:08:03 +0100 wenzelm removed obsolete name_hint handling;
Thu, 07 Dec 2006 16:46:14 +0100 paulson Removal of theorem tagging, which the ATP linkup no longer requires,
Thu, 07 Dec 2006 00:42:04 +0100 wenzelm reorganized structure Goal vs. Tactic;
Tue, 05 Dec 2006 00:30:38 +0100 wenzelm thm/prf: separate official name vs. additional tags;
Fri, 24 Nov 2006 22:05:12 +0100 wenzelm ProofContext.init;
Wed, 11 Oct 2006 00:27:29 +0200 wenzelm Toplevel: generic_theory;
Tue, 13 Jun 2006 23:41:41 +0200 wenzelm Drule.equiv_thm supercedes Drule.weak_eq_thm;
Tue, 14 Mar 2006 16:29:34 +0100 wenzelm ObjectLogic.is_elim;
Mon, 20 Feb 2006 11:37:18 +0100 haftmann moved intro_classes from AxClass to ClassPackage
Fri, 10 Feb 2006 02:22:19 +0100 wenzelm tuned;
Sun, 29 Jan 2006 19:23:41 +0100 wenzelm default rule step: norm_hhf_tac;
Sat, 21 Jan 2006 23:02:14 +0100 wenzelm simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Sun, 15 Jan 2006 19:58:54 +0100 wenzelm attributes: optional weight;
Sat, 14 Jan 2006 22:25:34 +0100 wenzelm generic attributes;
Tue, 10 Jan 2006 19:34:04 +0100 wenzelm generic attributes;
Thu, 05 Jan 2006 22:29:57 +0100 wenzelm store_thm: transfer to current context, i.e. the target theory;
Wed, 04 Jan 2006 16:14:15 +0100 paulson preservation of names
Tue, 03 Jan 2006 15:44:39 +0100 paulson Provers/classical: stricter checks to ensure that supplied intro, dest and
Sat, 31 Dec 2005 21:49:42 +0100 wenzelm added classical_rule, which replaces Data.make_elim;
Thu, 08 Dec 2005 20:16:04 +0100 wenzelm swap: no longer pervasive;
Tue, 22 Nov 2005 19:34:41 +0100 wenzelm Drule.multi_resolves;
Fri, 28 Oct 2005 17:59:07 +0200 berghofe Added "deepen" method.
Mon, 17 Oct 2005 23:10:18 +0200 wenzelm change_claset(_of): more abtract interface;
Sat, 08 Oct 2005 20:15:34 +0200 wenzelm minor tweaks for Poplog/PML;
Mon, 05 Sep 2005 08:14:35 +0200 haftmann introduced binding priority 1 for linear combinators etc.
Tue, 16 Aug 2005 15:36:28 +0200 paulson classical rules must have names for ATP integration
Tue, 16 Aug 2005 13:42:26 +0200 wenzelm OuterKeyword;
Wed, 13 Jul 2005 16:07:27 +0200 wenzelm removed obsolete delta stuff;
Fri, 17 Jun 2005 18:33:05 +0200 wenzelm accomodate change of TheoryDataFun;
Fri, 15 Apr 2005 12:00:00 +0200 ballarin Removed most of the atp interface from Pure.
Wed, 13 Apr 2005 18:45:52 +0200 wenzelm *** MESSAGE REFERS TO PREVIOUS VERSION ***
Wed, 13 Apr 2005 18:34:22 +0200 wenzelm *** empty log message ***
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.
Fri, 21 Jan 2005 18:00:18 +0100 paulson Jia Meng: delta simpsets and clasets
Sun, 11 Jul 2004 20:35:50 +0200 wenzelm context dependent components;
Fri, 16 Apr 2004 20:59:09 +0200 wenzelm 'instance' and intro_classes now handle general sorts;
Tue, 27 Aug 2002 11:04:00 +0200 wenzelm dup_elim: improved error reporting;
Tue, 07 May 2002 14:26:32 +0200 wenzelm use eq_thm_prop instead of slightly inadequate eq_thm;
Thu, 06 Dec 2001 00:41:37 +0100 wenzelm added 'swapped' attribute;
Wed, 05 Dec 2001 03:12:52 +0100 wenzelm simplified (and clarified) integration with Pure/ContextRules;
Tue, 04 Dec 2001 18:10:49 +0100 wenzelm made SML/NJ happy;
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
Thu, 08 Nov 2001 23:59:37 +0100 wenzelm theory data: finish method;
Mon, 05 Nov 2001 20:56:29 +0100 wenzelm Method.trace ctxt;
Mon, 15 Oct 2001 20:36:04 +0200 wenzelm Tactic.orderlist;
Sun, 14 Oct 2001 20:04:05 +0200 wenzelm ObjectLogic.atomize_tac;
Fri, 12 Oct 2001 12:05:02 +0200 wenzelm moved trace_rules to Pure/Isar/method.ML;
Fri, 23 Feb 2001 16:31:21 +0100 oheimb renamed addaltern to addafter, addSaltern to addSafter
Tue, 20 Feb 2001 18:47:32 +0100 oheimb corrected comments on addbefore and addSbefore
Sun, 07 Jan 2001 21:41:56 +0100 wenzelm CHANGED_PROP;
Sat, 23 Dec 2000 22:52:18 +0100 wenzelm recover_order for single step tules;
Sat, 04 Nov 2000 18:44:34 +0100 wenzelm tuned method "rule" and "default";
Fri, 03 Nov 2000 21:29:56 +0100 wenzelm atomize: all automated tactics that "solve" goals;
Mon, 23 Oct 2000 22:10:36 +0200 wenzelm intro_classes by default;
Wed, 11 Oct 2000 00:03:22 +0200 wenzelm fixed 'clarify': CHANGED;
Tue, 19 Sep 2000 23:53:00 +0200 wenzelm tuned args;
Wed, 13 Sep 2000 22:31:19 +0200 wenzelm Args.addN, Args.delN;
Tue, 12 Sep 2000 22:13:23 +0200 wenzelm renamed atts: rulify to rule_format, elimify to elim_format;
Tue, 12 Sep 2000 17:38:49 +0200 wenzelm delrule: handle dest rules as well;
Thu, 07 Sep 2000 20:56:04 +0200 wenzelm tuned att names / msgs;
Sat, 02 Sep 2000 21:51:32 +0200 wenzelm added "slow";
Fri, 01 Sep 2000 00:31:39 +0200 wenzelm added "safe" method;
Thu, 31 Aug 2000 00:15:09 +0200 wenzelm improved messages;
Tue, 29 Aug 2000 15:13:10 +0200 nipkow *** empty log message ***
Wed, 09 Aug 2000 20:59:23 +0200 wenzelm fixed classification of rules in atts and modifiers (final!?);
Thu, 03 Aug 2000 18:44:24 +0200 wenzelm unknown_theory/proof/context;
Thu, 27 Jul 2000 11:44:29 +0200 wenzelm intro_elim_tac: bimatch_from;
Tue, 25 Jul 2000 00:13:49 +0200 wenzelm added clarify method;
Sun, 23 Jul 2000 12:01:05 +0200 wenzelm classical atts now intro! / intro / intro?;
less more (0) -120 tip