src/HOL/Tools/record.ML
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);
Mon, 01 Jun 2015 11:47:25 +0200 wenzelm tuned;
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Tue, 31 Mar 2015 00:11:54 +0200 wenzelm tuned signature;
Fri, 06 Mar 2015 23:56:43 +0100 wenzelm clarified context;
Fri, 06 Mar 2015 15:58:56 +0100 wenzelm Thm.cterm_of and Thm.ctyp_of operate on local context;
Fri, 06 Mar 2015 00:00:57 +0100 wenzelm tuned -- more explicit use of context;
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.;
Fri, 19 Dec 2014 11:18:58 +0100 desharna generate 'disc_eq_case' for Ctr_Sugars
Fri, 19 Dec 2014 11:17:23 +0100 desharna generate 'case_distrib' for Ctr_Sugars
Sat, 20 Dec 2014 22:23:37 +0100 wenzelm proper context for "net" tactics;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
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 20:41:53 +0100 wenzelm proper proof context for typedef;
Sun, 09 Nov 2014 14:08:00 +0100 wenzelm proper context for compose_tac, Splitter.split_tac (relevant for unify trace options);
Fri, 07 Nov 2014 22:15:51 +0100 wenzelm eliminated pointless check -- command definitions are subject to theory context;
Tue, 14 Oct 2014 16:17:34 +0200 desharna add 'kind' to 'cr_sugar'
Wed, 17 Sep 2014 23:45:28 +0200 blanchet take out selectors for records -- for derived records, these don't quite have the right type
less more (0) -100 -60 tip