src/HOL/Tools/record.ML
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
Mon, 08 Sep 2014 23:04:18 +0200 blanchet added flag to 'typedef' to allow concealed definitions
Fri, 05 Sep 2014 00:41:01 +0200 blanchet introduced mechanism to filter interpretations
Fri, 05 Sep 2014 00:41:01 +0200 blanchet fixed infinite loops in 'register' functions + more uniform API
Mon, 18 Aug 2014 17:19:58 +0200 blanchet reordered some (co)datatype property names for more consistency
Thu, 12 Jun 2014 01:00:49 +0200 blanchet register record extensions as freely generated types
Fri, 25 Apr 2014 23:29:54 +0200 wenzelm modernized theory setup;
Thu, 10 Apr 2014 14:27:35 +0200 wenzelm more standard names;
Sat, 22 Mar 2014 18:19:57 +0100 wenzelm more antiquotations;
Sat, 22 Mar 2014 15:58:27 +0100 wenzelm avoid hard-wired theory names;
Fri, 21 Mar 2014 20:33:56 +0100 wenzelm more qualified names;
Wed, 01 Jan 2014 14:29:22 +0100 wenzelm clarified simplifier context;
Sat, 14 Dec 2013 17:28:05 +0100 wenzelm proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
Sat, 07 Dec 2013 20:09:35 +0100 haftmann default code equations for make, fields, extend and truncate operations on records
Tue, 30 Jul 2013 15:09:25 +0200 wenzelm type theory is purely value-oriented;
Thu, 30 May 2013 12:35:40 +0200 wenzelm standardized aliases;
Sat, 25 May 2013 15:37:53 +0200 wenzelm syntax translations always depend on context;
Thu, 18 Apr 2013 17:07:01 +0200 wenzelm simplifier uses proper Proof.context instead of historic type simpset;
Wed, 10 Apr 2013 15:30:19 +0200 wenzelm more standard module name Axclass (according to file name);
Wed, 27 Mar 2013 14:19:18 +0100 wenzelm tuned signature and module arrangement;
Fri, 15 Feb 2013 08:31:31 +0100 haftmann two target language numeral types: integer and natural, as replacement for code_numeral;
Fri, 12 Oct 2012 21:22:35 +0200 wenzelm discontinued typedef with alternative name;
Fri, 12 Oct 2012 15:08:29 +0200 wenzelm discontinued typedef with implicit set_def;
Mon, 16 Jul 2012 21:20:56 +0200 wenzelm more direct Sorts.has_instance;
Mon, 30 Apr 2012 22:18:39 +1000 Gerwin Klein provide [[record_codegen]] option for skipping codegen setup for records
Thu, 26 Apr 2012 20:22:39 +0200 wenzelm tuned comment;
Fri, 30 Mar 2012 19:36:41 +0200 wenzelm tuned;
Sat, 17 Mar 2012 14:01:09 +0100 wenzelm simultaneous read_fields -- e.g. relevant for sort assignment;
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Thu, 15 Mar 2012 20:07:00 +0100 wenzelm prefer formally checked @{keyword} parser;
Mon, 12 Mar 2012 23:33:50 +0100 wenzelm some grouping of Par_List operations, to adjust granularity;
Mon, 27 Feb 2012 15:48:02 +0100 wenzelm prefer cut_tac, where it is clear that the special variants cut_rules_tac or cut_facts_tac are not required;
Sun, 15 Jan 2012 14:22:54 +0100 wenzelm comments;
Sun, 15 Jan 2012 14:00:07 +0100 wenzelm eliminated dead code, together with spurious warning about congruence rule for "Fun.comp";
Sat, 14 Jan 2012 21:16:15 +0100 wenzelm discontinued old-style Term.list_abs in favour of plain Term.abs;
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 17:45:04 +0100 wenzelm discontinued old-style Term.list_all_free in favour of plain Logic.all;
Wed, 11 Jan 2012 16:25:34 +0100 wenzelm more qualified names;
Fri, 30 Dec 2011 17:40:30 +0100 wenzelm tuned;
less more (0) -100 -60 tip