src/Pure/logic.ML
Mon, 01 Jan 2024 14:36:08 +0100 wenzelm clarified signature;
Sun, 31 Dec 2023 22:04:41 +0100 wenzelm minor performance tuning: proper Same.operation;
Sun, 31 Dec 2023 19:24:37 +0100 wenzelm minor performance tuning: proper Same.operation;
Sun, 31 Dec 2023 18:49:00 +0100 wenzelm minor performance tuning: proper Same.operation;
Sun, 31 Dec 2023 16:15:27 +0100 wenzelm tuned signature;
Sun, 31 Dec 2023 12:40:10 +0100 wenzelm tuned comments;
Sat, 30 Dec 2023 22:36:41 +0100 wenzelm clarified signature: more operations;
Sat, 30 Dec 2023 22:05:55 +0100 wenzelm clarified signature;
Sat, 30 Dec 2023 21:22:31 +0100 wenzelm tuned;
Sat, 30 Dec 2023 17:19:31 +0100 wenzelm clarified signature: prefer Same.operation;
Sat, 30 Dec 2023 11:25:29 +0100 wenzelm tuned;
Fri, 29 Dec 2023 20:18:58 +0100 wenzelm clarified signature: suppress unused fields;
Fri, 29 Dec 2023 20:01:04 +0100 wenzelm eliminate clone (amending e7796c55d840);
Fri, 29 Dec 2023 19:22:15 +0100 wenzelm minor performance tuning;
Sun, 10 Dec 2023 13:39:40 +0100 wenzelm more general Logic.incr_indexes_operation;
Sun, 10 Dec 2023 12:54:52 +0100 wenzelm tuned;
Sun, 10 Dec 2023 12:54:31 +0100 wenzelm tuned;
Fri, 08 Dec 2023 20:08:52 +0100 wenzelm tuned;
Tue, 18 Apr 2023 12:23:37 +0200 wenzelm backout 4a174bea55e2;
Tue, 28 Mar 2023 17:59:54 +0200 wenzelm prefer Sortset.T for shyps;
Mon, 26 Dec 2022 21:28:20 +0100 wenzelm tuned signature;
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;
Wed, 13 Oct 2021 13:19:09 +0200 wenzelm clarified signature;
Thu, 09 Sep 2021 23:07:02 +0200 wenzelm more scalable operations;
Thu, 10 Oct 2019 11:04:27 +0200 wenzelm unused;
Wed, 09 Oct 2019 21:59:56 +0200 wenzelm clarified signature -- some operations to support fully explicit proof terms;
Mon, 29 Jul 2019 11:38:05 +0200 wenzelm proper constrains_map -- for shyps that are covered by present variables (amending 251f1fb44ccd);
Mon, 29 Jul 2019 11:21:41 +0200 wenzelm tuned signature;
Mon, 29 Jul 2019 11:09:37 +0200 wenzelm clarified signature;
Mon, 29 Jul 2019 10:26:12 +0200 wenzelm tuned signature;
Sat, 20 Jul 2019 12:52:29 +0200 wenzelm clarified export of sort algebra: avoid logical operations in Isabelle/Scala;
Thu, 20 Sep 2018 22:39:39 +0200 wenzelm clarified standardization of variables, with proper treatment of local variables;
Sun, 25 Feb 2018 15:44:46 +0100 wenzelm eliminated ASCII syntax from Pure bootstrap;
Wed, 27 Apr 2016 10:03:35 +0200 wenzelm tuned;
Tue, 26 Apr 2016 16:20:28 +0200 wenzelm defs are closed, which leads to proper auto_bind_facts;
Fri, 13 Nov 2015 14:11:54 +0100 wenzelm avoid vacuous quantification, as usual for shared variable scope;
Fri, 13 Nov 2015 11:41:11 +0100 wenzelm support for structure statements in 'assume', 'presume';
Thu, 09 Jul 2015 22:08:20 +0200 wenzelm tuned whitespace;
Sat, 13 Jun 2015 16:35:27 +0200 wenzelm eliminated slightly odd Element.close_form: toplevel specifications have different policies than proof text elements;
Mon, 23 Mar 2015 19:43:03 +0100 wenzelm local fixes may depend on goal params;
Fri, 21 Mar 2014 20:33:56 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 15:12:03 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 12:34:50 +0100 wenzelm more qualified names;
Tue, 16 Oct 2012 17:47:23 +0200 wenzelm clarified defer/prefer: more specific errors;
Sat, 14 Jan 2012 20:05:58 +0100 wenzelm renamed Term.list_all to Logic.list_all, in accordance to HOLogic.list_all;
Sat, 14 Jan 2012 19:06:05 +0100 wenzelm renamed Term.all to Logic.all_const, in accordance to HOLogic.all_const;
Sat, 14 Jan 2012 17:45:04 +0100 wenzelm discontinued old-style Term.list_all_free in favour of plain Logic.all;
Sat, 05 Nov 2011 15:00:49 +0100 wenzelm added Logic.varify_types_global/unvarify_types_global, which avoids somewhat expensive Term.map_types;
Thu, 03 Nov 2011 22:51:37 +0100 wenzelm tuned signature;
Thu, 09 Jun 2011 20:22:22 +0200 wenzelm tuned signature: Name.invent and Name.invent_names;
Tue, 01 Jun 2010 10:55:38 +0200 berghofe outer_constraints with original variable names, to ensure that argsP is consistent with args
Sun, 09 May 2010 19:15:21 +0200 wenzelm just one version of Thm.unconstrainT, which affects all variables;
Sun, 09 May 2010 18:09:30 +0200 wenzelm added Logic.unconstrain_allTs, based on calculations_for_thm_proof by krauss/schropp, but treat type variables uniformly as in strip_shyps (in thm.ML) or stripped_sorts (in more_thm.ML);
Sun, 21 Mar 2010 22:13:31 +0100 wenzelm Logic.mk_of_sort convenience;
Sat, 20 Mar 2010 17:33:11 +0100 wenzelm renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;
Wed, 30 Sep 2009 22:20:58 +0200 wenzelm eliminated redundant bindings;
Tue, 29 Sep 2009 22:48:24 +0200 wenzelm modernized Balanced_Tree;
Thu, 16 Jul 2009 22:58:07 +0200 wenzelm tuned incr_tvar_same;
Thu, 16 Jul 2009 21:29:02 +0200 wenzelm export incr_tvar_same;
Thu, 16 Jul 2009 21:00:09 +0200 wenzelm use structure Same;
less more (0) -100 -60 tip