src/HOL/Tools/datatype_package.ML
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
Sat, 01 Dec 2001 18:52:32 +0100 wenzelm renamed class "term" to "type" (actually "HOL.type");
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
Thu, 08 Nov 2001 23:59:37 +0100 wenzelm theory data: finish method;
Sat, 27 Oct 2001 00:05:50 +0200 wenzelm Isar: fixed rep_datatype args;
Tue, 16 Oct 2001 17:55:16 +0200 wenzelm declare projected induction rules stemming from nested recursion;
Fri, 12 Oct 2001 12:06:10 +0200 wenzelm HOLogic.dest_concls, InductAttrib.vars_of;
Fri, 31 Aug 2001 18:46:48 +0200 wenzelm tuned headers;
Thu, 31 May 2001 16:52:20 +0200 oheimb improved iff_add_global, new function add_rules factoring out common behaviour
Thu, 18 Jan 2001 20:36:31 +0100 wenzelm Sign.exists_stamp;
Tue, 16 Jan 2001 00:33:40 +0100 wenzelm proper induction rule for arbitrarily branching datatype;
Tue, 28 Nov 2000 01:08:50 +0100 wenzelm RuleCases.save;
Thu, 19 Oct 2000 21:23:47 +0200 wenzelm InductAttrib;
Fri, 13 Oct 2000 08:28:21 +0200 nipkow *** empty log message ***
Thu, 12 Oct 2000 18:38:23 +0200 nipkow *** empty log message ***
Mon, 02 Oct 2000 14:22:39 +0200 wenzelm export get_datatypes_sg;
Wed, 30 Aug 2000 16:29:21 +0200 nipkow introduced induct_thm_tac
Wed, 30 Aug 2000 13:54:57 +0200 berghofe Improved names for size function.
Tue, 29 Aug 2000 00:55:59 +0200 wenzelm Simplifier.cong_add_global;
Mon, 28 Aug 2000 20:30:47 +0200 wenzelm 'induct_tac' / 'case_tac': Method.goal_args';
Tue, 18 Jul 2000 21:09:18 +0200 wenzelm theorems foo.splits = foo.split foo.split_asm;
less more (0) -100 -60 tip