src/HOL/Tools/typedef_package.ML
Wed, 19 Oct 2005 21:52:34 +0200 wenzelm removed obsolete add_typedef_x;
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Tue, 13 Sep 2005 22:19:23 +0200 wenzelm tuned Isar interfaces;
Tue, 06 Sep 2005 16:59:55 +0200 wenzelm proper treatment of polymorphic sets;
Mon, 05 Sep 2005 17:38:18 +0200 wenzelm curried_lookup/update;
Thu, 25 Aug 2005 16:10:16 +0200 berghofe Implemented incremental code generation.
Tue, 16 Aug 2005 13:42:26 +0200 wenzelm OuterKeyword;
Fri, 01 Jul 2005 14:13:40 +0200 berghofe Adapted to modular code generation.
Mon, 20 Jun 2005 22:13:59 +0200 wenzelm get_thm(s): Name;
Fri, 17 Jun 2005 18:35:27 +0200 wenzelm accomodate change of TheoryDataFun;
Tue, 31 May 2005 11:53:17 +0200 wenzelm fixed outer syntax: allow type_args with parentheses;
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).
Wed, 27 Oct 2004 10:30:07 +0200 berghofe Added type constraint to make SML/NJ happy.
Tue, 26 Oct 2004 16:30:32 +0200 berghofe Added simple code generator.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Sat, 29 May 2004 14:58:44 +0200 wenzelm Library.read_int;
Thu, 15 Apr 2004 20:30:50 +0200 wenzelm finalconsts RepC AbsC;
Fri, 02 Aug 2002 11:49:55 +0200 wenzelm typedef: "open" option;
Wed, 24 Jul 2002 00:11:24 +0200 wenzelm adapted fact names;
Tue, 12 Feb 2002 20:28:27 +0100 wenzelm got rid of explicit marginal comments (now stripped earlier from input);
Thu, 10 Jan 2002 01:11:43 +0100 wenzelm simplified IsarThy.theorem_i;
Thu, 03 Jan 2002 17:56:15 +0100 wenzelm tuned msg;
Sat, 01 Dec 2001 18:52:32 +0100 wenzelm renamed class "term" to "type" (actually "HOL.type");
Sun, 04 Nov 2001 20:56:59 +0100 wenzelm IsarThy.theorem_i (None, []);
Wed, 31 Oct 2001 21:59:07 +0100 wenzelm IsarThy.theorem_i: no locale;
Sat, 27 Oct 2001 23:17:46 +0200 wenzelm use Tactic.prove;
Thu, 18 Oct 2001 21:01:59 +0200 wenzelm sane internal interface for add_typedef(_i);
Wed, 17 Oct 2001 20:25:19 +0200 wenzelm improved internal interface of typedef;
Tue, 16 Oct 2001 17:55:53 +0200 wenzelm typedef: export result;
Sat, 13 Oct 2001 21:44:58 +0200 wenzelm 'morphisms' spec;
Sat, 13 Oct 2001 20:31:34 +0200 wenzelm IsarThy.theorem_i Drule.internalK;
Fri, 12 Oct 2001 12:06:54 +0200 wenzelm test: use SkipProof.make_thm instead of Thm.assume;
Thu, 27 Sep 2001 22:26:00 +0200 wenzelm renamed theory "subset" to "Typedef";
Sun, 15 Jul 2001 14:48:36 +0200 wenzelm abtract non-emptiness statements (no longer use Eps);
Tue, 19 Dec 2000 13:06:49 +0100 wenzelm improved errors;
Thu, 14 Dec 2000 19:38:37 +0100 wenzelm 'typedef': present result theorem "type_definition Rep Abs A";
Wed, 06 Dec 2000 20:45:08 +0100 wenzelm less rude treatment of "no_def";
Mon, 13 Nov 2000 21:59:49 +0100 wenzelm tuned IsarThy.theorem_i;
Thu, 19 Oct 2000 21:25:15 +0200 wenzelm provide more theorems (see subset.thy);
Fri, 15 Sep 2000 12:39:57 +0200 paulson renamed (most of...) the select rules
Thu, 13 Jul 2000 23:13:10 +0200 wenzelm adapted PureThy.add_defs_i;
Sat, 01 Jul 2000 19:55:22 +0200 wenzelm GPLed;
Mon, 13 Mar 2000 13:16:57 +0100 wenzelm adapted to new PureThy.add_thms etc.;
Tue, 25 Jan 2000 20:22:57 +0100 wenzelm fallback on PureThy version;
Wed, 05 Jan 2000 11:56:04 +0100 wenzelm replaced HOLogic.termTVar by HOLogic.termT;
Sat, 04 Sep 1999 21:13:55 +0200 wenzelm goal_nonempty: Ex goal for new-style version;
Mon, 02 Aug 1999 17:58:23 +0200 wenzelm tuned outer syntax;
Thu, 08 Jul 1999 18:36:09 +0200 wenzelm propp: 'concl' patterns;
Tue, 25 May 1999 20:24:10 +0200 wenzelm formal comments (still dummy);
Mon, 24 May 1999 21:57:13 +0200 wenzelm outer syntax keyword classification;
Fri, 21 May 1999 11:48:42 +0200 wenzelm typedef_proof: pass interactive flag;
Wed, 17 Mar 1999 13:49:14 +0100 wenzelm actually check non-emptiness theorem;
Thu, 11 Mar 1999 21:57:34 +0100 wenzelm named witnesses: PureThy.get_thmss;
Tue, 12 Jan 1999 13:54:51 +0100 wenzelm eliminated tthm type and Attribute structure;
Tue, 20 Oct 1998 16:37:02 +0200 wenzelm quiet_mode, message;
Fri, 24 Jul 1998 12:55:05 +0200 berghofe Added new function add_typedef_i_no_def which doesn't add
Wed, 01 Jul 1998 11:20:32 +0200 wenzelm added add_typedecls;
Wed, 27 May 1998 12:21:39 +0200 paulson Changed require to requires for MLWorks
less more (0) -60 tip