src/HOL/Tools/record_package.ML
Sat, 06 Oct 2007 16:50:04 +0200 simplified interfaces for outer syntax;
Thu, 04 Oct 2007 14:42:47 +0200 moved Pure/Isar/induct_attrib.ML and Provers/induct_method.ML to Tools/induct.ML;
Tue, 25 Sep 2007 17:06:14 +0200 proper Sign operations instead of Theory aliases;
Tue, 18 Sep 2007 07:36:15 +0200 distinction between regular and default code theorems
Tue, 14 Aug 2007 13:20:12 +0200 PrimitiveDefs.mk_defpair;
Fri, 10 Aug 2007 17:04:34 +0200 new structure for code generator modules
Thu, 05 Jul 2007 00:06:16 +0200 avoid polymorphic equality;
Mon, 07 May 2007 00:49:59 +0200 simplified DataFun interfaces;
Fri, 20 Apr 2007 11:21:49 +0200 add definitions explicitly to code generator table
Sun, 15 Apr 2007 14:31:51 +0200 adapted decode_type;
Sat, 14 Apr 2007 17:35:52 +0200 cleaned/simplified Sign.read_typ, Thm.read_cterm etc.;
Wed, 11 Apr 2007 08:28:15 +0200 canonical merge operations
Wed, 04 Apr 2007 23:29:33 +0200 rep_thm/cterm/ctyp: removed obsolete sign field;
Wed, 04 Apr 2007 00:11:03 +0200 removed obsolete sign_of/sign_of_thm;
Wed, 31 Jan 2007 16:05:12 +0100 print translation for record types with empty-sorted type variables raise Match instead of producing an error
Sat, 30 Dec 2006 16:08:00 +0100 removed conditional combinator;
Fri, 15 Dec 2006 00:08:06 +0100 avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Mon, 11 Dec 2006 21:39:26 +0100 advanced translation functions: Proof.context;
Thu, 07 Dec 2006 23:16:55 +0100 reorganized structure Tactic vs. MetaSimplifier;
Thu, 07 Dec 2006 00:42:04 +0100 reorganized structure Goal vs. Tactic;
Mon, 27 Nov 2006 13:42:33 +0100 removed HOL structure
Tue, 14 Nov 2006 17:55:30 +0100 Exported some names
Tue, 07 Nov 2006 18:25:48 +0100 field-update in records is generalised to take a function on the field
Tue, 31 Oct 2006 09:28:52 +0100 dropped nth_update
Fri, 20 Oct 2006 17:07:26 +0200 slight cleanup
Tue, 10 Oct 2006 13:59:13 +0200 gen_rem(s) abandoned in favour of remove / subtract
Wed, 06 Sep 2006 10:01:27 +0200 now using TypecopyPackage
Tue, 08 Aug 2006 08:19:11 +0200 dropped duplicated line
Sat, 29 Jul 2006 00:51:29 +0200 Goal.prove: more tactic arguments;
Tue, 11 Jul 2006 12:16:54 +0200 replaced Term.variant(list) by Name.variant(_list);
Sat, 08 Jul 2006 12:54:37 +0200 Goal.prove: context;
Sun, 11 Jun 2006 21:59:17 +0200 avoid unqualified exception;
Tue, 30 May 2006 12:24:04 +0200 tuned type print-translations
Mon, 29 May 2006 19:42:58 +0200 fixed bug in type print translations
Thu, 06 Apr 2006 16:09:37 +0200 adaptions to change in typedef_package.ML
Wed, 15 Feb 2006 21:34:55 +0100 removed distinct, renamed gen_distinct to distinct;
Tue, 07 Feb 2006 19:56:45 +0100 renamed gen_duplicates to duplicates;
Mon, 06 Feb 2006 20:58:57 +0100 TableFun: renamed xxx_multi to xxx_list;
Mon, 06 Feb 2006 11:01:28 +0100 subsituted gen_duplicates / has_duplicates for duplicates whenever appropriate
Tue, 31 Jan 2006 00:39:43 +0100 advanced translations: Context.generic;
Sat, 21 Jan 2006 23:02:14 +0100 simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 setup: theory -> theory;
Sat, 14 Jan 2006 22:25:34 +0100 generic attributes;
Sat, 14 Jan 2006 17:14:06 +0100 sane ERROR handling;
Tue, 10 Jan 2006 19:34:04 +0100 generic attributes;
Thu, 22 Dec 2005 00:28:49 +0100 induct_rulify;
Fri, 09 Dec 2005 09:06:45 +0100 oriented result pairs in PureThy
Tue, 06 Dec 2005 09:04:09 +0100 re-oriented some result tuples in PureThy
Fri, 02 Dec 2005 08:06:59 +0100 introduced new map2, fold
Thu, 10 Nov 2005 20:57:11 +0100 renamed Thm.cgoal_of to Thm.cprem_of;
Fri, 28 Oct 2005 22:27:47 +0200 accomodate simplified Thm.lift_rule;
Fri, 28 Oct 2005 16:35:40 +0200 cleaned up nth, nth_update, nth_map and nth_string functions
Fri, 21 Oct 2005 18:14:40 +0200 avoid triv_goal and home-grown meta_allE;
Wed, 19 Oct 2005 21:52:33 +0200 removed print_exn (better let the toplevel do this);
Tue, 18 Oct 2005 17:59:25 +0200 Simplifier.theory_context;
Mon, 17 Oct 2005 23:10:10 +0200 change_claset/simpset;
Fri, 23 Sep 2005 22:31:22 +0200 simprocs: pattern now "x" (the proc is supposed to discriminate faster than Pattern.match);
Fri, 23 Sep 2005 15:38:22 +0200 bugfix in record_tr'
Tue, 20 Sep 2005 14:03:39 +0200 tuned simprocs;
Mon, 19 Sep 2005 16:38:35 +0200 introduced AList module