src/ZF/Tools/induct_tacs.ML
Sat, 15 May 2010 21:50:05 +0200 less pervasive names from structure Thm;
Mon, 03 May 2010 14:25:56 +0200 renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Sun, 28 Feb 2010 22:30:51 +0100 more antiquotations;
Sun, 08 Nov 2009 18:43:42 +0100 adapted Theory_Data;
Thu, 15 Oct 2009 23:28:10 +0200 replaced String.concat by implode;
Mon, 27 Jul 2009 20:45:40 +0200 moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
Sun, 15 Mar 2009 20:25:58 +0100 simplified method setup;
Sun, 08 Mar 2009 17:26:14 +0100 moved basic algebra of long names from structure NameSpace to Long_Name;
Thu, 05 Mar 2009 12:08:00 +0100 renamed NameSpace.base to NameSpace.base_name;
Wed, 21 Jan 2009 16:47:04 +0100 binding replaces bstring
Wed, 25 Jun 2008 17:38:32 +0200 moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Mon, 16 Jun 2008 22:13:39 +0200 pervasive RuleInsts;
Sat, 14 Jun 2008 23:19:51 +0200 proper context for tactics derived from res_inst_tac;
Sun, 18 May 2008 15:04:09 +0200 moved global pretty/string_of functions from Sign to Syntax;
Thu, 10 Apr 2008 17:01:37 +0200 tuned;
Wed, 19 Mar 2008 22:27:57 +0100 renamed datatype thmref to Facts.ref, tuned interfaces;
Sat, 06 Oct 2007 16:50:04 +0200 simplified interfaces for outer syntax;
Wed, 03 Oct 2007 22:33:17 +0200 avoid unnamed infixes;
Wed, 26 Sep 2007 19:18:00 +0200 Attrib.eval_thms;
Tue, 25 Sep 2007 17:06:14 +0200 proper Sign operations instead of Theory aliases;
Mon, 07 May 2007 00:49:59 +0200 simplified DataFun interfaces;
Fri, 19 Jan 2007 22:08:08 +0100 moved parts of OuterParse to SpecParse;
Tue, 14 Nov 2006 00:15:38 +0100 incorporated IsarThy into IsarCmd;
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;
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, 15 Sep 2005 17:16:56 +0200 TableFun/Symtab: curried lookup and update;
Thu, 08 Sep 2005 16:09:23 +0200 introduces some modern-style AList operations
Thu, 01 Sep 2005 22:15:10 +0200 curried_lookup/update;
Tue, 16 Aug 2005 13:42:26 +0200 OuterKeyword;
Fri, 17 Jun 2005 18:35:27 +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:25 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
Wed, 13 Apr 2005 18:34:22 +0200 *** empty log message ***
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 18:15:19 +0100 Eliminated hack for deleting leading question mark from induction
Tue, 19 Aug 2003 13:54:20 +0200 new case_tac
Wed, 28 Nov 2001 00:46:26 +0100 theory data: removed obsolete finish method;
Thu, 15 Nov 2001 18:15:58 +0100 Isar version of 'rep_datatype';
Tue, 13 Nov 2001 22:20:51 +0100 rearranged inductive package for Isar;
Thu, 08 Nov 2001 23:59:37 +0100 theory data: finish method;
Mon, 13 Mar 2000 13:28:31 +0100 adapted to new PureThy.add_thms etc.;
Sat, 10 Jul 1999 21:51:25 +0200 pass exn;
Mon, 28 Jun 1999 21:48:36 +0200 cond_extern_table;
Fri, 30 Apr 1999 18:10:03 +0200 theory data: copy;
Tue, 19 Jan 1999 11:18:11 +0100 removal of the (thm list) argument of mk_cases
Wed, 13 Jan 1999 11:57:09 +0100 datatype package improvements
Tue, 12 Jan 1999 13:54:51 +0100 eliminated tthm type and Attribute structure;
Thu, 07 Jan 1999 18:30:55 +0100 ZF: the natural numbers as a datatype
Wed, 06 Jan 1999 13:24:33 +0100 induct_tac and exhaust_tac