src/HOL/Tools/groebner.ML
Thu, 07 Aug 2025 21:40:03 +0200 wenzelm avoid legacy operations;
Tue, 21 Jan 2025 16:22:15 +0100 wenzelm clarified signature: more uniform cterm operations, without context;
Sun, 18 Aug 2024 15:21:50 +0200 wenzelm proper const (see also 759bffe1d416 and b2800da9eb8a);
Sun, 18 Aug 2024 15:08:32 +0200 wenzelm tuned: inline constants;
Sun, 18 Aug 2024 14:49:23 +0200 wenzelm tuned: eliminate clone;
Sun, 18 Aug 2024 14:40:49 +0200 wenzelm tuned: more antiquotations;
Wed, 14 Aug 2024 21:23:22 +0200 wenzelm support for congprocs in the Simplifier, closely following Norbert Schirmer et-al, but with only one "simproc" name space and "simproc_setup" command / ML antiquotation;
Tue, 13 Aug 2024 18:53:24 +0200 wenzelm tuned: prefer canonical argument order;
Sat, 21 Oct 2023 21:19:02 +0200 wenzelm simprocs may be distinguished via 'identifier': only works for ML antiquotation (see also 13252110a6fe);
Thu, 18 May 2023 17:21:29 +0200 wenzelm clarified signature: more explicit types;
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;
Thu, 09 Sep 2021 17:20:41 +0200 wenzelm clarified signature;
Thu, 09 Sep 2021 14:50:26 +0200 wenzelm clarified set of items with order of addition;
Mon, 06 Sep 2021 14:05:22 +0200 wenzelm clarified modules;
Sun, 05 Sep 2021 21:09:31 +0200 wenzelm more scalable operations;
Tue, 20 Aug 2019 11:01:05 +0200 wenzelm clarified signature;
Sat, 13 Apr 2019 22:06:40 +0200 wenzelm tuned signature;
Sat, 13 Apr 2019 16:26:19 +0200 wenzelm tuned signature -- more ctyp operations;
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Fri, 23 Feb 2018 19:36:16 +0100 wenzelm prefer existing HOLogic.mk_obj_eq, despite subtle semantic differences of COMP vs. RS;
Thu, 01 Feb 2018 13:55:10 +0100 wenzelm clarified signature;
Thu, 11 Jan 2018 13:48:17 +0100 wenzelm uniform use of Standard ML op-infix -- eliminated warnings;
Wed, 10 Jan 2018 15:25:09 +0100 nipkow ran isabelle update_op on all sources
Wed, 20 Dec 2017 19:17:37 +0100 nipkow tuned op's
Wed, 06 Dec 2017 20:43:09 +0100 wenzelm prefer control symbol antiquotations;
Wed, 01 Jun 2016 19:23:18 +0200 wenzelm more adhoc overloading;
Wed, 01 Jun 2016 15:10:27 +0200 wenzelm prefer rat numberals;
Wed, 01 Jun 2016 10:45:35 +0200 wenzelm tuned signature;
Tue, 31 May 2016 21:54:10 +0200 wenzelm ad-hoc overloading for standard operations on type Rat.rat;
Fri, 08 Apr 2016 20:15:20 +0200 wenzelm eliminated unused simproc identifier;
Sun, 13 Dec 2015 21:56:15 +0100 wenzelm more general types Proof.method / context_tactic;
Wed, 09 Sep 2015 20:57:21 +0200 wenzelm simplified simproc programming interfaces;
Tue, 01 Sep 2015 17:25:36 +0200 wenzelm tuned -- avoid slightly odd @{cpat};
Sun, 16 Aug 2015 19:25:08 +0200 wenzelm added Thm.chyps_of;
Tue, 28 Jul 2015 19:49:54 +0200 wenzelm more direct access to atomic cterms;
Mon, 27 Jul 2015 17:44:55 +0200 wenzelm tuned signature;
Sat, 18 Jul 2015 20:47:08 +0200 wenzelm prefer tactics with explicit context;
Wed, 08 Apr 2015 19:39:08 +0200 wenzelm proper context for Object_Logic operations;
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;
Sat, 16 Aug 2014 14:27:41 +0200 wenzelm updated to named_theorems;
Sat, 14 Dec 2013 17:28:05 +0100 wenzelm proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
Mon, 04 Nov 2013 20:10:10 +0100 haftmann dropped dead code
Thu, 27 Jun 2013 17:06:22 +0200 wenzelm tuned signature;
Mon, 20 May 2013 17:11:17 +0200 wenzelm proper run-time context;
Sat, 11 May 2013 16:57:18 +0200 wenzelm prefer explicitly qualified exceptions, which is particular important for robust handlers;
Thu, 18 Apr 2013 17:07:01 +0200 wenzelm simplifier uses proper Proof.context instead of historic type simpset;
Thu, 12 Apr 2012 18:39:19 +0200 wenzelm more standard method setup;
Wed, 15 Feb 2012 23:19:30 +0100 wenzelm renamed Thm.capply to Thm.apply, and Thm.cabs to Thm.lambda in conformance with similar operations in structure Term and Logic;
Fri, 13 May 2011 22:55:00 +0200 wenzelm proper Proof.context for classical tactics;
Fri, 07 Jan 2011 23:02:12 +0100 wenzelm eliminated alias;
Fri, 07 Jan 2011 22:44:07 +0100 wenzelm do not open ML structures;
Fri, 26 Nov 2010 20:52:21 +0100 wenzelm eliminated some clones of eq_list;
Sat, 28 Aug 2010 16:14:32 +0200 haftmann formerly unnamed infix equality now named HOL.eq
Fri, 27 Aug 2010 10:56:46 +0200 haftmann formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
Thu, 26 Aug 2010 20:51:17 +0200 haftmann formerly unnamed infix impliciation now named HOL.implies
Thu, 19 Aug 2010 16:08:59 +0200 haftmann tuned quotes
Thu, 19 Aug 2010 11:02:14 +0200 haftmann use antiquotations for remaining unqualified constants in HOL
Thu, 08 Jul 2010 16:19:24 +0200 haftmann tuned titles
less more (0) -60 tip