src/HOL/Tools/inductive_package.ML
Thu, 05 Mar 2009 12:08:00 +0100 wenzelm renamed NameSpace.base to NameSpace.base_name;
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Tue, 03 Mar 2009 18:32:01 +0100 wenzelm renamed Binding.name_pos to Binding.make, renamed Binding.base_name to Binding.name_of, renamed Binding.map_base to Binding.map_name, added mandatory flag to Binding.qualify;
Tue, 03 Mar 2009 15:09:08 +0100 wenzelm Binding.str_of;
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Wed, 25 Feb 2009 11:20:34 +0100 berghofe Use LocalTheory.full_name instead of Sign.full_name, because the latter does
Mon, 09 Feb 2009 12:31:36 +0100 blanchet Reintroduced nitpick_ind_intro attribute.
Mon, 09 Feb 2009 10:37:59 +0100 blanchet Added Nitpick_Const_Psimp attribute, dropped the 's' in Nitpick_Const_Simps, and killed the Nitpick_Ind_Intros attribute.
Fri, 06 Feb 2009 15:57:47 +0100 blanchet Added "nitpick_const_simps" and "nitpick_ind_intros" attributes for theorems;
Wed, 21 Jan 2009 16:47:32 +0100 haftmann binding is alias for Binding.T
Wed, 07 Jan 2009 23:52:18 +0100 wenzelm added fork_mono flag, which is usually enabled in batch-mode only;
Wed, 10 Dec 2008 22:55:15 +0100 wenzelm more antiquotations;
Fri, 05 Dec 2008 18:43:42 +0100 haftmann Name.name_of -> Binding.base_name
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Mon, 01 Dec 2008 19:41:16 +0100 haftmann new Binding module
Tue, 18 Nov 2008 18:25:42 +0100 wenzelm eliminated rewrite_tac/fold_tac, which are not well-formed tactics due to change of main conclusion;
Fri, 14 Nov 2008 08:50:09 +0100 haftmann Name.is_nothing
Tue, 07 Oct 2008 16:07:50 +0200 haftmann arbitrary is undefined
Wed, 03 Sep 2008 11:44:48 +0200 wenzelm Name.qualified;
Tue, 02 Sep 2008 23:52:51 +0200 wenzelm made SML/NJ happy;
Tue, 02 Sep 2008 16:55:33 +0200 wenzelm type Attrib.binding abbreviates Name.binding without attributes;
Tue, 02 Sep 2008 14:10:45 +0200 wenzelm explicit type Name.binding for higher-specification elements;
Fri, 15 Aug 2008 15:50:44 +0200 wenzelm Args.name_source(_position) for proper position information;
Wed, 25 Jun 2008 17:38:32 +0200 wenzelm moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Wed, 18 Jun 2008 18:55:00 +0200 wenzelm OldGoals.read_prop;
Sat, 24 May 2008 22:04:52 +0200 wenzelm more uniform treatment of OuterSyntax.local_theory commands;
Sat, 17 May 2008 13:54:30 +0200 wenzelm structure Display: less pervasive operations;
Tue, 22 Apr 2008 08:33:23 +0200 haftmann added explicit check phase after reading of specification
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.
less more (0) -100 -60 tip