src/Pure/raw_simplifier.ML
Fri, 26 May 2023 13:19:49 +0200 wenzelm clarified treatment of context;
Sat, 20 May 2023 16:12:37 +0200 wenzelm more robust context: fail immediately via Morphism.the_theory, instead of rarely via Thm.theory_of_thm (for non-normal thm);
Fri, 19 May 2023 21:22:39 +0200 wenzelm clarified signature;
Fri, 19 May 2023 11:41:30 +0200 wenzelm more careful reset_context for stored entity;
Thu, 18 May 2023 17:21:29 +0200 wenzelm clarified signature: more explicit types;
Mon, 15 May 2023 14:09:45 +0200 wenzelm more operations "without_context", assuming that the thm has been properly transferred already;
Mon, 15 May 2023 10:59:49 +0200 wenzelm tuned: more accurate check (is_norm_hhf protect);
Tue, 18 Apr 2023 22:24:48 +0200 wenzelm tuned;
Mon, 17 Apr 2023 23:32:46 +0200 wenzelm revert b43ee37926a9 due to problems with AFP/PAPP_Impossibility;
Mon, 10 Apr 2023 22:38:18 +0200 wenzelm performance tuning: replace Ord_List by Set();
Wed, 20 Oct 2021 18:13:17 +0200 wenzelm discontinued obsolete "val extend = I" for data slots;
Fri, 15 Oct 2021 19:25:31 +0200 wenzelm discontinued Term.dest_abs / Logic.dest_all, which are officially superseded by Variable.dest_abs etc., but there are also Term.dest_abs_global to recover existing tools easily;
Thu, 14 Oct 2021 16:03:20 +0200 wenzelm clarified signature;
Wed, 13 Oct 2021 13:19:09 +0200 wenzelm clarified signature;
Fri, 10 Sep 2021 14:59:19 +0200 wenzelm clarified signature: more scalable operations;
Thu, 09 Sep 2021 12:33:14 +0200 wenzelm clarified signature;
Sat, 04 Sep 2021 21:25:08 +0200 wenzelm clarified signature;
Sat, 04 Sep 2021 13:49:26 +0200 wenzelm more scalable operations;
Wed, 22 Jan 2020 19:17:59 +0000 haftmann tuned
Thu, 19 Dec 2019 15:29:48 +0100 wenzelm proper proof body context for Simplifier plugins (solvers, loopers, ...) -- avoid crash due to Subgoal.FOCUS (before e58bc223f46c);
Thu, 05 Dec 2019 12:09:35 +0000 haftmann proper table data structure
Thu, 05 Dec 2019 09:24:34 +0000 haftmann more direct accessors for simpset
Wed, 04 Dec 2019 20:25:21 +0000 haftmann regular merge with no historization, in accordance with regular update
Thu, 28 Nov 2019 18:13:23 +0100 wenzelm more structural integrity;
Tue, 20 Aug 2019 11:01:05 +0200 wenzelm clarified signature;
Wed, 14 Aug 2019 11:14:27 +0200 wenzelm treat simproc results as atomic -- more compact proof terms;
Tue, 06 Aug 2019 16:29:28 +0200 wenzelm more robust and convenient treatment of implicit context;
Thu, 03 Jan 2019 14:12:44 +0100 wenzelm clarified signature: more types;
Mon, 08 Oct 2018 17:12:28 +0200 Lars Hupel Jenkins: run ocaml_setup
Thu, 07 Jun 2018 15:08:18 +0200 nipkow comments
Wed, 06 Jun 2018 18:19:55 +0200 nipkow reorient -> split; documented split
Thu, 26 Apr 2018 19:51:32 +0200 nipkow new simp modifier: reorient
Sun, 25 Feb 2018 15:44:46 +0100 wenzelm eliminated ASCII syntax from Pure bootstrap;
Sun, 18 Feb 2018 15:05:21 +0100 wenzelm tuned signature;
Thu, 01 Feb 2018 15:31:25 +0100 wenzelm clarified signature: prefer proper order operation;
Sun, 29 Oct 2017 07:46:28 +0100 nipkow reduced simp_depth_limit
Tue, 13 Dec 2016 11:51:42 +0100 wenzelm more symbols;
Thu, 02 Jun 2016 16:23:10 +0200 wenzelm avoid warnings on duplicate rules in the given list;
Fri, 08 Apr 2016 20:15:20 +0200 wenzelm eliminated unused simproc identifier;
Tue, 05 Apr 2016 20:03:24 +0200 wenzelm clarified modules -- simplified bootstrap;
Mon, 31 Aug 2015 18:59:27 +0200 wenzelm routine check of theory context;
Wed, 09 Sep 2015 20:57:21 +0200 wenzelm simplified simproc programming interfaces;
Wed, 02 Sep 2015 23:31:41 +0200 wenzelm eliminated pointless cterms;
Wed, 02 Sep 2015 22:14:44 +0200 wenzelm trim context for persistent storage;
Wed, 02 Sep 2015 20:14:19 +0200 wenzelm more thorough transfer;
Sun, 30 Aug 2015 21:26:42 +0200 wenzelm trim context for persistent storage;
Tue, 28 Jul 2015 20:59:39 +0200 wenzelm more explicit context;
Sun, 05 Jul 2015 15:02:30 +0200 wenzelm simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
Mon, 01 Jun 2015 10:47:08 +0200 wenzelm tuned;
Tue, 12 May 2015 08:48:11 +0200 nipkow this warning is hardly useful but produces noisy markers in the jedit interface
Fri, 13 Mar 2015 16:09:55 +0100 nipkow rhs of eqn is only eta- but not beta-eta-contracted; hence the latter is performed explicitly if needed
Sat, 07 Mar 2015 21:32:31 +0100 wenzelm clarified Drule.gen_all: observe context more carefully;
Fri, 06 Mar 2015 15:58:56 +0100 wenzelm Thm.cterm_of and Thm.ctyp_of operate on local context;
Wed, 04 Mar 2015 22:05:01 +0100 wenzelm clarified signature;
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.;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Sat, 08 Nov 2014 21:31:51 +0100 wenzelm optional proof context for unify operations, for the sake of proper local options;
Sat, 01 Nov 2014 11:40:55 +0100 wenzelm eliminated former Proof General preferences;
Thu, 30 Oct 2014 16:17:56 +0100 wenzelm tuned spelling;
less more (0) -100 -60 tip