src/HOL/Tools/function_package/fundef_package.ML
Sat, 28 Mar 2009 17:21:11 +0100 wenzelm renamed ProofContext.note_thmss_i to ProofContext.note_thmss, eliminated obsolete external version;
Sun, 15 Mar 2009 15:59:44 +0100 wenzelm simplified attribute setup;
Fri, 13 Mar 2009 15:50:06 +0100 wenzelm provide regular ML interfaces for Isar source language elements;
Thu, 12 Mar 2009 21:51:02 +0100 wenzelm simplified preparation and outer parsing of specification;
Wed, 11 Mar 2009 15:42:19 +0100 wenzelm explicit Binding.qualified_name -- prevents implicitly qualified bstring;
Sun, 08 Mar 2009 17:26:14 +0100 wenzelm moved basic algebra of long names from structure NameSpace to Long_Name;
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;
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
Thu, 11 Dec 2008 09:02:22 +0100 krauss constrain type inference to sort "type"
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
Tue, 28 Oct 2008 16:58:59 +0100 haftmann cleanup code default attribute
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;
Wed, 25 Jun 2008 17:38:32 +0200 wenzelm moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Thu, 12 Jun 2008 23:12:54 +0200 wenzelm use regular error function;
Sat, 24 May 2008 22:04:55 +0200 wenzelm uniform treatment of target, not as config;
Fri, 25 Apr 2008 16:28:06 +0200 krauss * New attribute "termination_simp": Simp rules for termination proofs
Sat, 12 Apr 2008 17:00:40 +0200 wenzelm replaced Drule.close_derivation/Goal.close_result by Thm.close_derivation (removed obsolete compression);
Wed, 09 Apr 2008 21:49:36 +0200 wenzelm fundef_afterqed: removed unused config, added do_print flag;
Tue, 08 Apr 2008 18:30:40 +0200 krauss Generic conversion and tactic "atomize_elim" to convert elimination rules
Thu, 03 Apr 2008 16:34:52 +0200 krauss Function package no longer overwrites theorems.
Wed, 27 Feb 2008 21:46:13 +0100 wenzelm more precise handling of "group" for termination;
Mon, 25 Feb 2008 16:31:17 +0100 wenzelm LocalTheory.set_group for user command;
Mon, 29 Oct 2007 10:37:09 +0100 krauss fun/function: generate case names for induction rules
Fri, 26 Oct 2007 16:12:58 +0200 krauss print the defined constants when finished; tuned
Wed, 24 Oct 2007 18:30:06 +0200 krauss fun command: use "reinit" between "function" and "termination"
Thu, 18 Oct 2007 17:44:30 +0200 krauss Simultaneous type inference using read_specification
Tue, 16 Oct 2007 14:11:06 +0200 krauss "sequential" is no longer a keyword. It is still used as before, but as a normal
Thu, 11 Oct 2007 19:10:19 +0200 wenzelm replaced (flip Thm.implies_elim) by Thm.elim_implies;
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;
Wed, 26 Sep 2007 19:17:57 +0200 wenzelm minimal adaptions for Specification.read/check_specification;
Tue, 25 Sep 2007 15:34:35 +0200 wenzelm simplified interpretation setup;
Tue, 18 Sep 2007 07:46:00 +0200 haftmann introduced generic concepts for theory interpretators
Tue, 18 Sep 2007 07:36:15 +0200 haftmann distinction between regular and default code theorems
Sat, 01 Sep 2007 15:46:59 +0200 wenzelm replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
Tue, 07 Aug 2007 14:49:58 +0200 krauss simplified internal interfaces; cong rules are now handled directly by "context_tree.ML"
Sun, 29 Jul 2007 14:29:54 +0200 wenzelm renamed Drule.add/del/merge_rules to Thm.add/del/merge_thms;
Mon, 16 Jul 2007 21:22:43 +0200 krauss some interface cleanup
Fri, 22 Jun 2007 10:23:37 +0200 krauss new method "elim_to_cases" provides ad-hoc conversion of obtain-style
Sat, 02 Jun 2007 15:28:38 +0200 krauss "function (sequential)" and "fun" now handle incomplete patterns silently by adding "undefined" cases.
Fri, 01 Jun 2007 15:57:45 +0200 krauss simplified interfaces, some restructuring
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Fri, 20 Apr 2007 10:06:11 +0200 krauss definition lookup via terms, not names. Methods "relation" and "lexicographic_order"
Wed, 18 Apr 2007 11:37:43 +0200 krauss added temporary hack to avoid schematic goals in "termination".
Sat, 14 Apr 2007 00:46:18 +0200 wenzelm data declaration: removed obsolete target_morphism (still required for local data!?);
Wed, 11 Apr 2007 09:40:29 +0200 krauss removed debugging code
Tue, 10 Apr 2007 18:09:58 +0200 krauss proper handling of morphisms
Thu, 22 Mar 2007 13:36:57 +0100 krauss made function syntax strict, requiring | to separate equations; cleanup
Thu, 15 Feb 2007 17:35:19 +0100 krauss changed termination goal to use object quantifier
Tue, 23 Jan 2007 20:29:03 +0100 krauss fixes smlnj-related problem, updated signature
Mon, 22 Jan 2007 17:29:43 +0100 krauss * Preliminary implementation of tail recursion
Fri, 19 Jan 2007 22:08:10 +0100 wenzelm moved parts of OuterParse to SpecParse;
Tue, 05 Dec 2006 22:14:42 +0100 wenzelm Attrib.internal: morphism;
Thu, 30 Nov 2006 14:17:25 +0100 wenzelm Goal.norm/close_result;
Fri, 24 Nov 2006 13:43:44 +0100 krauss The function package declares the [code] attribute automatically again.
less more (0) -60 tip