src/HOL/Tools/datatype_package.ML
Tue, 17 Jan 2006 16:36:57 +0100 substantial improvements in code generator
Sun, 15 Jan 2006 19:58:53 +0100 classical attributes: optional weight;
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;
Mon, 09 Jan 2006 13:29:08 +0100 _E suffix for compatibility with AddIffs
Thu, 29 Dec 2005 15:31:10 +0100 adaptions to changes in code generator
Thu, 22 Dec 2005 00:28:46 +0100 *.inducts holds all projected rules;
Wed, 21 Dec 2005 17:00:57 +0100 slight improvements
Wed, 21 Dec 2005 15:18:17 +0100 slight clean ups
Fri, 16 Dec 2005 09:00:11 +0100 re-arranged tuples (theory * 'a) to ('a * theory) in Pure
Fri, 09 Dec 2005 09:06:45 +0100 oriented result pairs in PureThy
Thu, 01 Dec 2005 18:39:08 +0100 Added new component "sorts" to record datatype_info.
Thu, 01 Dec 2005 08:28:02 +0100 oriented pairs theory * 'a to 'a * theory
Fri, 28 Oct 2005 09:36:19 +0200 swapped add_datatype result
Fri, 21 Oct 2005 18:14:34 +0200 Goal.prove;
Mon, 17 Oct 2005 23:10:10 +0200 change_claset/simpset;
Tue, 20 Sep 2005 16:17:34 +0200 introduced AList module in favor of assoc etc.
Thu, 15 Sep 2005 17:16:56 +0200 TableFun/Symtab: curried lookup and update;
Mon, 12 Sep 2005 18:20:32 +0200 introduced new-style AList operations
Mon, 05 Sep 2005 17:38:18 +0200 curried_lookup/update;
Tue, 16 Aug 2005 15:36:28 +0200 classical rules must have names for ATP integration
Tue, 16 Aug 2005 13:42:26 +0200 OuterKeyword;
Mon, 01 Aug 2005 19:20:26 +0200 simprocs: Simplifier.inherit_bounds;
Mon, 04 Jul 2005 11:04:10 +0200 (intermediate commit)
Fri, 01 Jul 2005 14:14:40 +0200 Adapted to new interface of RecfunCodegen.add.
Mon, 20 Jun 2005 22:13:59 +0200 get_thm(s): Name;
Fri, 17 Jun 2005 18:33:15 +0200 accomodate change of TheoryDataFun;
Sat, 11 Jun 2005 22:15:48 +0200 refer to name spaces values instead of names;
Tue, 31 May 2005 11:53:13 +0200 renamed cond_extern to extern;
Wed, 13 Apr 2005 18:45:09 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
Wed, 13 Apr 2005 18:34:22 +0200 *** empty log message ***
Thu, 07 Apr 2005 09:25:33 +0200 reverted renaming of Some/None in comments and strings;
Fri, 04 Mar 2005 15:07:34 +0100 Removed practically all references to Library.foldr.
Thu, 03 Mar 2005 12:43:01 +0100 Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 Deleted Library.option type.
Mon, 24 Jan 2005 17:59:48 +0100 Adapted to modified interface of PureThy.get_thm(s).
Tue, 18 Jan 2005 14:38:20 +0100 induct_tac and case_tac no longer depend on Syntax.string_of_vname.
Mon, 21 Jun 2004 10:25:57 +0200 Merged in license change from Isabelle2004
Tue, 08 Jun 2004 19:23:53 +0200 Added exception Datatype_Empty.
Fri, 21 May 2004 21:48:03 +0200 Added more flexible parse / print translations for case expressions.
Wed, 17 Mar 2004 14:00:45 +0100 case_tac no longer raises THM exception if goal number is out of range.
Wed, 25 Feb 2004 15:17:24 +0100 find_tname now handles parameter renaming properly ("as they are printed").
Fri, 29 Aug 2003 15:19:02 +0200 Methods rule_tac etc support static (Isar) contexts.
Thu, 10 Oct 2002 14:26:50 +0200 Reimplemented parts of datatype package dealing with datatypes involving
Thu, 08 Aug 2002 23:46:09 +0200 use Tactic.prove instead of prove_goalw_cterm in internal proofs!
Wed, 07 Aug 2002 16:44:47 +0200 Added calls to add_dt_realizers.
Tue, 06 Aug 2002 11:22:05 +0200 sane interface for simprocs;
Wed, 10 Jul 2002 18:35:34 +0200 Simplified proof of induction rule for datatypes involving function types.
Thu, 21 Feb 2002 20:10:34 +0100 clarified internal theory dependencies;
Tue, 12 Feb 2002 20:28:27 +0100 got rid of explicit marginal comments (now stripped earlier from input);
Fri, 11 Jan 2002 00:28:24 +0100 clarified IsarThy.apply_theorems_i;
Mon, 10 Dec 2001 15:34:15 +0100 Recursive equations to be used for code generation are now registered
Sat, 01 Dec 2001 18:52:32 +0100 renamed class "term" to "type" (actually "HOL.type");
Wed, 28 Nov 2001 00:46:26 +0100 theory data: removed obsolete finish method;
Thu, 08 Nov 2001 23:59:37 +0100 theory data: finish method;
Sat, 27 Oct 2001 00:05:50 +0200 Isar: fixed rep_datatype args;
Tue, 16 Oct 2001 17:55:16 +0200 declare projected induction rules stemming from nested recursion;
Fri, 12 Oct 2001 12:06:10 +0200 HOLogic.dest_concls, InductAttrib.vars_of;
Fri, 31 Aug 2001 18:46:48 +0200 tuned headers;