src/Provers/classical.ML
Sat, 09 Apr 2016 21:42:42 +0200 wenzelm removed old proof method "default";
Wed, 16 Dec 2015 16:31:36 +0100 wenzelm rule_attribute and declaration_attribute implicitly support abstract closure, but mixed_attribute implementations need to be aware of Thm.is_free_dummy;
Mon, 05 Oct 2015 18:03:52 +0200 wenzelm tuned signature;
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Sun, 30 Aug 2015 20:57:34 +0200 wenzelm trim context for persistent storage;
Sun, 30 Aug 2015 20:17:35 +0200 wenzelm store result of swapify, to avoid later access to implicit context;
Sun, 30 Aug 2015 13:08:00 +0200 wenzelm trim context for persistent storage;
Sun, 16 Aug 2015 15:36:06 +0200 wenzelm delete precisely the added rules;
Sun, 16 Aug 2015 14:48:37 +0200 wenzelm clarified context;
Sun, 16 Aug 2015 11:55:21 +0200 wenzelm tuned whitespace;
Sun, 16 Aug 2015 11:46:08 +0200 wenzelm tuned signature;
Sun, 16 Aug 2015 11:29:06 +0200 wenzelm tuned;
Tue, 28 Jul 2015 18:59:15 +0200 wenzelm clarified context;
Sat, 18 Jul 2015 21:44:18 +0200 wenzelm prefer tactics with explicit context;
Sun, 05 Jul 2015 22:48:26 +0200 wenzelm clarified context;
Tue, 30 Jun 2015 15:41:11 +0200 wenzelm no arguments for "standard" (or old "default") methods;
Tue, 30 Jun 2015 15:20:56 +0200 wenzelm renamed "default" to "standard", to make semantically clear what it is;
Thu, 16 Apr 2015 15:22:44 +0200 wenzelm discontinued pointless warnings: commands are only defined inside a theory context;
Wed, 08 Apr 2015 19:39:08 +0200 wenzelm proper context for Object_Logic operations;
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Tue, 10 Feb 2015 14:48:26 +0100 wenzelm proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
Sat, 20 Dec 2014 22:23:37 +0100 wenzelm proper context for "net" tactics;
Tue, 09 Dec 2014 19:39:40 +0100 wenzelm tuned spelling;
Mon, 10 Nov 2014 21:49:48 +0100 wenzelm proper context for assume_tac (atac remains as fall-back without context);
Sun, 09 Nov 2014 18:27:43 +0100 wenzelm proper context;
Sun, 09 Nov 2014 17:04:14 +0100 wenzelm proper context for match_tac etc.;
Sat, 08 Nov 2014 21:31:51 +0100 wenzelm optional proof context for unify operations, for the sake of proper local options;
Mon, 03 Nov 2014 14:50:27 +0100 wenzelm eliminated unused int_only flag (see also c12484a27367);
Thu, 30 Oct 2014 16:55:29 +0100 wenzelm eliminated aliases;
Wed, 29 Oct 2014 19:01:49 +0100 wenzelm modernized setup;
Wed, 27 Aug 2014 14:54:32 +0200 wenzelm more explicit Method.modifier with reported position;
Tue, 05 Aug 2014 12:01:32 +0200 wenzelm more careful treatment of context visibility for rule declarations (see also 39d9c7f175e0, e639d91d9073) -- avoid duplicate warnings;
Mon, 31 Mar 2014 12:35:39 +0200 wenzelm some shortcuts for chunks, which sometimes avoid bulky string output;
Sat, 14 Dec 2013 17:28:05 +0100 wenzelm proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
Sat, 27 Jul 2013 16:35:51 +0200 wenzelm standardized aliases;
Thu, 18 Jul 2013 21:20:09 +0200 wenzelm tuned signature;
Thu, 27 Jun 2013 10:14:17 +0200 wenzelm actually use Data.sizef, not hardwired size_of_thm;
Sat, 27 Apr 2013 20:50:20 +0200 wenzelm uniform Proof.context for hyp_subst_tac;
Thu, 18 Apr 2013 21:10:12 +0200 wenzelm tuned signature;
Thu, 18 Apr 2013 17:07:01 +0200 wenzelm simplifier uses proper Proof.context instead of historic type simpset;
Fri, 12 Apr 2013 17:21:51 +0200 wenzelm modifiers for classical wrappers operate on Proof.context instead of claset;
Wed, 10 Apr 2013 17:27:38 +0200 wenzelm obsolete -- tools should refer to proper Proof.context;
Tue, 09 Apr 2013 15:29:25 +0200 wenzelm discontinued Toplevel.no_timing complication -- also recovers timing of diagnostic commands, e.g. 'find_theorems';
Sat, 30 Mar 2013 13:40:19 +0100 wenzelm more item markup;
Fri, 29 Mar 2013 22:14:27 +0100 wenzelm Pretty.item markup for improved readability of lists of items;
Sat, 17 Nov 2012 20:38:57 +0100 wenzelm tuned -- eliminate pointless ML method definition;
Sat, 17 Nov 2012 19:46:32 +0100 wenzelm method setup for Classical steps;
Sat, 03 Nov 2012 19:07:07 +0100 wenzelm more concise/precise documentation;
Mon, 25 Jun 2012 17:44:16 +0200 wenzelm prefer direct rotate_prems over old-style COMP;
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Mon, 12 Mar 2012 15:31:30 +0100 wenzelm tuned signature;
Tue, 14 Feb 2012 17:11:33 +0100 wenzelm eliminated obsolete aliases;
Sun, 06 Nov 2011 21:51:46 +0100 wenzelm more explicit representation of rule_attribute vs. declaration_attribute vs. mixed_attribute;
Sun, 15 May 2011 19:19:26 +0200 wenzelm tuned;
Sun, 15 May 2011 16:40:24 +0200 wenzelm tuned signature;
Sat, 14 May 2011 21:42:17 +0200 wenzelm slightly more efficient claset operations, using Item_Net to maintain rules in canonical order;
Sat, 14 May 2011 17:55:08 +0200 wenzelm more precise warnings: observe context visibility;
Sat, 14 May 2011 11:42:43 +0200 wenzelm modernized functor names;
Sat, 14 May 2011 00:32:16 +0200 wenzelm method "deepen" with optional limit;
Fri, 13 May 2011 22:55:00 +0200 wenzelm proper Proof.context for classical tactics;
Fri, 13 May 2011 16:03:03 +0200 wenzelm do not open ML structures;
Fri, 13 May 2011 15:55:32 +0200 wenzelm eliminated weight_ASTAR: int Unsynchronized.ref (astar_tac appears to be obsolete anyway);
Fri, 13 May 2011 15:47:54 +0200 wenzelm misc tuning and simplification;
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;
less more (0) -120 tip