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