src/HOL/Tools/inductive.ML
Tue, 27 Feb 2024 12:09:26 +0100 Fabian Huch improved output in inductive module;
Tue, 23 May 2023 18:46:15 +0200 wenzelm tuned signature: more position information;
Sat, 25 Jun 2022 13:21:27 +0200 desharna moved mono and strict_mono to Fun and redefined them as abbreviations
Wed, 20 Oct 2021 18:13:17 +0200 wenzelm discontinued obsolete "val extend = I" for data slots;
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, 04 Jun 2019 15:11:29 +0200 wenzelm proper Proof_Context.export_morphism corresponding to Proof_Context.augment (see 7f568724d67e);
Mon, 03 Jun 2019 15:40:08 +0200 wenzelm clarified signature;
Thu, 21 Feb 2019 09:15:07 +0000 haftmann streamlined specification interfaces
Mon, 21 Jan 2019 07:08:55 +0000 haftmann slightly more conventional naming schema
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Tue, 06 Mar 2018 14:41:05 +0100 wenzelm eliminated dead code from 2a1acc88a180 (presumably left over from ML type-inference experimentation);
Fri, 23 Feb 2018 19:25:37 +0100 wenzelm added HOLogic.mk_obj_eq convenience and eliminated some clones;
Mon, 19 Feb 2018 14:49:11 +0100 wenzelm tuned signature;
Sun, 18 Feb 2018 15:05:21 +0100 wenzelm tuned signature;
Fri, 16 Feb 2018 22:11:59 +0100 wenzelm trim context of persistent data;
Wed, 06 Dec 2017 20:43:09 +0100 wenzelm prefer control symbol antiquotations;
Sun, 26 Nov 2017 21:08:32 +0100 wenzelm more symbols;
Wed, 05 Apr 2017 19:23:41 +0200 Lars Hupel use Item_Net to store inductive info
Tue, 13 Sep 2016 20:51:14 +0200 traytel don't expose internal construction in the coinduction rule for mutual coinductive predicates
Tue, 05 Jul 2016 14:20:27 +0200 wenzelm PIDE reports of implicit variable scope;
Sat, 11 Jun 2016 16:41:11 +0200 wenzelm clarified syntax;
Sun, 29 May 2016 15:40:25 +0200 wenzelm clarified check_open_spec / read_open_spec;
Thu, 28 Apr 2016 09:43:11 +0200 wenzelm support 'assumes' in specifications, e.g. 'definition', 'inductive';
Mon, 18 Apr 2016 20:24:19 +0200 wenzelm prefer internal attribute source;
Sun, 17 Apr 2016 22:38:50 +0200 wenzelm clarified bindings;
Wed, 13 Apr 2016 18:01:05 +0200 wenzelm eliminated "xname" and variants;
Thu, 07 Jan 2016 15:53:39 +0100 wenzelm more uniform treatment of package internals;
Mon, 28 Dec 2015 16:34:26 +0100 wenzelm clarified position information;
Mon, 28 Dec 2015 16:13:15 +0100 wenzelm tuned;
Sun, 15 Nov 2015 12:39:51 +0100 wenzelm option "inductive_defs" controls exposure of def and mono facts;
Fri, 02 Oct 2015 19:34:12 +0200 wenzelm avoid useless empty case_names;
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Mon, 31 Aug 2015 19:02:00 +0200 wenzelm clarified context;
Sun, 26 Jul 2015 17:24:54 +0200 wenzelm updated to infer_instantiate;
Tue, 02 Jun 2015 11:03:02 +0200 wenzelm clarified context;
Thu, 16 Apr 2015 15:22:44 +0200 wenzelm discontinued pointless warnings: commands are only defined inside a theory context;
Mon, 06 Apr 2015 23:14:05 +0200 wenzelm local setup of induction tools, with restricted access to auxiliary consts;
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Fri, 03 Apr 2015 19:56:51 +0200 wenzelm more uniform "verbose" option to print name space;
Tue, 31 Mar 2015 17:34:52 +0200 wenzelm clarified role of naming for background theory: transform_binding (e.g. for "concealed" flag) uses naming of hypothetical context;
Tue, 31 Mar 2015 00:11:54 +0200 wenzelm tuned signature;
Sun, 29 Mar 2015 21:47:16 +0200 wenzelm ind_cases: clarified preparation of arguments;
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;
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Tue, 03 Mar 2015 19:08:04 +0100 traytel eliminated some clones of Proof_Context.cterm_of
Wed, 11 Feb 2015 11:42:39 +0100 wenzelm proper context;
Tue, 10 Feb 2015 16:46:21 +0100 wenzelm misc tuning;
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 15:46:19 +0100 haftmann do not conceal inductive predicate names properly, following 4a3747517552
Wed, 26 Nov 2014 15:46:17 +0100 haftmann tuned
Wed, 12 Nov 2014 18:18:38 +0100 wenzelm prefer independent parallel map where user input is processed -- avoid non-deterministic feedback in error situations;
Mon, 10 Nov 2014 21:49:48 +0100 wenzelm proper context for assume_tac (atac remains as fall-back without context);
Fri, 07 Nov 2014 22:15:51 +0100 wenzelm eliminated pointless check -- command definitions are subject to theory context;
Mon, 03 Nov 2014 14:50:27 +0100 wenzelm eliminated unused int_only flag (see also c12484a27367);
Thu, 30 Oct 2014 22:45:19 +0100 wenzelm eliminated aliases;
Wed, 29 Oct 2014 11:41:54 +0100 wenzelm modernized setup;
Thu, 21 Aug 2014 22:48:39 +0200 wenzelm tuned signature -- define some elementary operations earlier;
Tue, 19 Aug 2014 23:17:51 +0200 wenzelm tuned signature -- moved type src to Token, without aliases;
less more (0) -100 -60 tip