src/HOL/Tools/inductive_package.ML
Thu, 03 Apr 2008 17:54:19 +0200 berghofe Added skip_mono flag and inductive_flags type.
Sat, 29 Mar 2008 13:03:08 +0100 wenzelm eliminated quiete_mode ref (turned into proper argument);
Wed, 19 Mar 2008 22:27:57 +0100 wenzelm renamed datatype thmref to Facts.ref, tuned interfaces;
Mon, 25 Feb 2008 16:31:15 +0100 wenzelm inductive package: simplified group handling;
Sat, 26 Jan 2008 17:08:36 +0100 wenzelm added theorem group;
Thu, 03 Jan 2008 23:17:01 +0100 berghofe Added function partition_rules'.
Fri, 30 Nov 2007 20:13:03 +0100 haftmann adjustions to due to instance target
Sat, 10 Nov 2007 18:36:08 +0100 wenzelm put_inductives: be permissive about multiple versions
Fri, 09 Nov 2007 19:37:35 +0100 wenzelm avoid obsolete Sign.read_prop;
Mon, 05 Nov 2007 20:50:41 +0100 wenzelm improved error message for missing predicates;
Mon, 22 Oct 2007 15:24:58 +0200 wenzelm abbrevs within inductive definitions may no longer depend on each other (reflects in internal organization, particularly for output);
Sat, 20 Oct 2007 18:54:28 +0200 wenzelm add_inductive: more careful handling of abbrevs -- do not expand prematurely;
Mon, 15 Oct 2007 12:25:33 +0200 wenzelm tuned comment;
Sun, 14 Oct 2007 16:13:45 +0200 wenzelm gen_add_inductive_i: treat abbrevs as local defs, expand by export;
Sat, 13 Oct 2007 17:16:39 +0200 wenzelm renamed LocalTheory.def to LocalTheory.define;
Thu, 11 Oct 2007 16:05:26 +0200 wenzelm renamed Syntax.XXX_mode to Syntax.mode_XXX;
Tue, 09 Oct 2007 17:10:32 +0200 wenzelm removed LocalTheory.defs, use plain LocalTheory.def;
Tue, 09 Oct 2007 00:20:13 +0200 wenzelm generic Syntax.pretty/string_of operations;
Mon, 08 Oct 2007 22:03:25 +0200 haftmann integrated FixedPoint into Inductive
Sat, 06 Oct 2007 16:50:04 +0200 wenzelm simplified interfaces for outer syntax;
Fri, 05 Oct 2007 22:00:15 +0200 wenzelm tuned Induct interface: prefer pred'' over set'';
Thu, 04 Oct 2007 14:42:47 +0200 wenzelm moved Pure/Isar/induct_attrib.ML and Provers/induct_method.ML to Tools/induct.ML;
Tue, 02 Oct 2007 22:23:26 +0200 wenzelm tuned internal interfaces: flags record, added kind for results;
Fri, 28 Sep 2007 10:29:35 +0200 berghofe - add_inductive_i now takes typ instead of typ option as argument
Wed, 26 Sep 2007 19:17:56 +0200 wenzelm proper Specification.read_specification;
Sat, 01 Sep 2007 18:17:40 +0200 wenzelm removed obsolete ML bindings;
Sat, 01 Sep 2007 15:47:01 +0200 wenzelm replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
Thu, 02 Aug 2007 21:45:07 +0200 wenzelm added int type constraints to accomodate hacked SML/NJ;
Sun, 29 Jul 2007 14:29:54 +0200 wenzelm renamed Drule.add/del/merge_rules to Thm.add/del/merge_thms;
Fri, 20 Jul 2007 14:28:25 +0200 haftmann moved class ord from Orderings.thy to HOL.thy
Wed, 11 Jul 2007 11:39:59 +0200 berghofe Reorganization due to introduction of inductive_set wrapper.
Thu, 05 Jul 2007 00:06:14 +0200 wenzelm avoid polymorphic equality;
Thu, 17 May 2007 19:49:40 +0200 haftmann canonical prefixing of class constants
Tue, 15 May 2007 18:20:07 +0200 berghofe Fixed bug that caused proof of induction theorem to fail if
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Sun, 06 May 2007 21:49:23 +0200 haftmann tuned
Wed, 25 Apr 2007 15:24:15 +0200 berghofe Added functions arities_of, params_of, partition_rules, and
Sat, 14 Apr 2007 17:35:52 +0200 wenzelm cleaned/simplified Sign.read_typ, Thm.read_cterm etc.;
Sat, 14 Apr 2007 00:46:17 +0200 wenzelm data declaration: removed obsolete target_morphism;
Thu, 05 Apr 2007 14:51:28 +0200 berghofe - Removed occurrences of ProofContext.export in add_ind_def that
Fri, 16 Mar 2007 21:32:18 +0100 haftmann inf_fun_eq and inf_bool_eq now with meta equality
Fri, 09 Mar 2007 08:45:50 +0100 haftmann stepping towards uniform lattice theory development in HOL
Wed, 07 Feb 2007 17:58:50 +0100 berghofe - Improved handling of monotonicity rules involving <=
Fri, 19 Jan 2007 22:08:10 +0100 wenzelm moved parts of OuterParse to SpecParse;
Mon, 18 Dec 2006 08:21:35 +0100 haftmann switched argument order in *.syntax lifters
Tue, 12 Dec 2006 20:49:19 +0100 wenzelm LocalTheory.abbrev;
Mon, 11 Dec 2006 16:06:59 +0100 berghofe Abbreviations can now be specified simultaneously
Tue, 05 Dec 2006 22:14:42 +0100 wenzelm Attrib.internal: morphism;
Sun, 26 Nov 2006 18:07:20 +0100 wenzelm added morh_result, the_inductive, add_inductive_global;
Thu, 23 Nov 2006 23:05:28 +0100 wenzelm more careful declaration of "inducts";
Thu, 23 Nov 2006 20:33:25 +0100 wenzelm declarations: pass morphism (dummy);
Wed, 22 Nov 2006 15:58:15 +0100 wenzelm more careful declaration of "intros" as Pure.intro;
Tue, 21 Nov 2006 18:07:29 +0100 wenzelm LocalTheory.axioms/notes/defs: proper kind;
Wed, 15 Nov 2006 20:50:21 +0100 wenzelm replaced NameSpace.append by NameSpace.qualified, which handles empty names as expected;
Tue, 14 Nov 2006 22:16:58 +0100 wenzelm inductive: canonical specification syntax (flattened result only);
Tue, 14 Nov 2006 00:15:38 +0100 wenzelm incorporated IsarThy into IsarCmd;
Tue, 17 Oct 2006 09:51:04 +0200 berghofe Restructured and repaired code dealing with case names
Fri, 13 Oct 2006 18:27:27 +0200 berghofe Completely rewrote inductive definition package. Now allows to
Mon, 09 Oct 2006 02:19:54 +0200 wenzelm attribute: Context.mapping;
Sat, 07 Oct 2006 01:30:58 +0200 wenzelm tuned;
less more (0) -100 -60 tip