src/HOL/Tools/record.ML
Thu, 07 Aug 2025 21:40:03 +0200 wenzelm avoid legacy operations;
Thu, 07 Aug 2025 13:18:15 +0200 wenzelm avoid legacy operations;
Sat, 05 Jul 2025 14:19:45 +0200 wenzelm clarified modules: explicit structure Bires;
Sun, 18 May 2025 14:33:01 +0000 haftmann dropped unused ML bindings
Wed, 22 Jan 2025 22:22:19 +0100 wenzelm misc tuning: more concise operations on prems (without change of exceptions);
Fri, 29 Nov 2024 17:40:15 +0100 wenzelm clarified signature: shorten common cases;
Wed, 11 Sep 2024 22:56:42 +0200 wenzelm misc tuning and clarification (see also 86a31308a8e1);
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;
Wed, 14 Aug 2024 13:10:39 +0200 wenzelm clarified context data;
Tue, 13 Aug 2024 21:09:51 +0200 wenzelm tuned: prefer canonical argument order;
Tue, 13 Aug 2024 19:28:58 +0200 wenzelm tuned: more antiquotations;
Tue, 13 Aug 2024 18:53:24 +0200 wenzelm tuned: prefer canonical argument order;
Sun, 04 Aug 2024 17:39:47 +0200 wenzelm tuned: more explicit dest_Const_name and dest_Const_type;
Fri, 22 Dec 2023 21:03:16 +0100 wenzelm clarified signature: downgrade old-style Global_Theory.add_defs to Global_Theory.add_def without attributes;
Sat, 21 Oct 2023 21:19:02 +0200 wenzelm simprocs may be distinguished via 'identifier': only works for ML antiquotation (see also 13252110a6fe);
Fri, 20 Oct 2023 22:19:05 +0200 wenzelm added ML antiquotation "simproc_setup";
Thu, 19 Oct 2023 16:31:17 +0200 wenzelm clarified syntax and order of parameters;
Thu, 19 Oct 2023 11:30:16 +0200 wenzelm clarified signature: Named_Target.setup works both for global and local theory;
Wed, 18 Oct 2023 16:29:24 +0200 wenzelm clarified signature: more concise simproc setup in ML;
Wed, 18 Oct 2023 15:13:52 +0200 wenzelm clarified signature: more concise variations on implicit theory setup;
Tue, 17 Oct 2023 18:55:29 +0200 wenzelm support for "simproc_setup ... (passive)": allow to define simprocs in Isar that are not added to the simpset (yet);
Sat, 27 May 2023 13:29:13 +0200 wenzelm tuned signature;
Wed, 19 Apr 2023 18:22:37 +0000 haftmann tuned
Fri, 02 Sep 2022 23:31:22 +0200 wenzelm tuned whitespace;
Mon, 07 Mar 2022 13:37:17 +0100 Norbert Schirmer option "sort_updates" for record update simproc. Make proper record simproc definitions.
Thu, 28 Oct 2021 20:06:29 +0200 wenzelm clarified antiquotations;
Wed, 27 Oct 2021 20:07:13 +0200 wenzelm more antiquotations;
Tue, 26 Oct 2021 22:04:33 +0200 wenzelm avoid waste of resources due to dynamic simpset (amending 45c09620f726);
Wed, 20 Oct 2021 18:13:17 +0200 wenzelm discontinued obsolete "val extend = I" for data slots;
Sun, 17 Oct 2021 19:46:01 +0200 wenzelm more accurate treatment of context;
Sun, 17 Oct 2021 17:42:18 +0200 wenzelm tuned -- proper names/scopes for contexts;
Tue, 28 Sep 2021 22:14:44 +0200 wenzelm clarified antiquotations;
Sat, 11 Sep 2021 21:26:10 +0200 wenzelm tuned;
Sat, 11 Sep 2021 13:04:32 +0200 wenzelm more antiquotations;
Fri, 10 Sep 2021 14:59:19 +0200 wenzelm clarified signature: more scalable operations;
Mon, 02 Dec 2019 15:04:38 +0100 wenzelm proper spec_rule name via naming/binding/Morphism.binding;
Fri, 29 Nov 2019 20:57:04 +0100 wenzelm more informative spec rules: optional name;
Tue, 26 Mar 2019 22:13:36 +0100 wenzelm more informative Spec_Rules.Equational, notably primrec argument types;
Thu, 21 Feb 2019 09:15:07 +0000 haftmann streamlined specification interfaces
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Wed, 06 Dec 2017 20:43:09 +0100 wenzelm prefer control symbol antiquotations;
Sun, 02 Jul 2017 20:13:38 +0200 haftmann proper concept of code declaration wrt. atomicity and Isar declarations
Thu, 23 Jun 2016 11:01:14 +0200 wenzelm tuned signature;
Tue, 21 Jun 2016 17:35:45 +0200 wenzelm tuned;
Mon, 06 Jun 2016 21:28:46 +0200 haftmann explicit tagging of code equations de-baroquifies interface
Sun, 29 May 2016 15:40:25 +0200 wenzelm clarified check_open_spec / read_open_spec;
Mon, 09 May 2016 14:37:47 +0200 wenzelm clarified context, notably for internal use of Simplifier;
Thu, 28 Apr 2016 09:43:11 +0200 wenzelm support 'assumes' in specifications, e.g. 'definition', 'inductive';
Wed, 13 Apr 2016 18:01:05 +0200 wenzelm eliminated "xname" and variants;
Tue, 12 Apr 2016 14:38:57 +0200 wenzelm Type_Infer.object_logic controls improvement of type inference result;
Fri, 08 Apr 2016 20:15:20 +0200 wenzelm eliminated unused simproc identifier;
Sun, 10 Jan 2016 19:37:21 -0800 kleing print_record: diagnostic printing of record definitions
Sat, 19 Dec 2015 20:02:51 +0100 blanchet register record functions as 'Spec_Rules'
Thu, 24 Sep 2015 13:33:42 +0200 wenzelm explicit indication of overloaded typedefs;
Wed, 09 Sep 2015 20:57:21 +0200 wenzelm simplified simproc programming interfaces;
Thu, 03 Sep 2015 21:50:39 +0200 wenzelm more general Typedef.bindings;
Mon, 27 Jul 2015 17:44:55 +0200 wenzelm tuned signature;
Mon, 27 Jul 2015 14:55:26 +0200 wenzelm updated to infer_instantiate;
Sat, 18 Jul 2015 20:47:08 +0200 wenzelm prefer tactics with 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);
less more (0) -100 -60 tip