src/HOL/Tools/function_package/fundef_package.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.
Thu, 23 Nov 2006 20:33:25 +0100 wenzelm declarations: pass morphism (dummy);
Tue, 21 Nov 2006 18:07:31 +0100 wenzelm LocalTheory.axioms/notes/defs: proper kind;
Wed, 15 Nov 2006 20:50:22 +0100 wenzelm replaced NameSpace.append by NameSpace.qualified, which handles empty names as expected;
Tue, 14 Nov 2006 15:29:52 +0100 wenzelm simplified Proof.theorem(_i) interface;
Mon, 13 Nov 2006 13:51:22 +0100 krauss replaced "auto_term" by the simpler method "relation", which does not try
Wed, 08 Nov 2006 22:24:54 +0100 krauss added profiling code, improved handling of proof terms, generation of domain
Wed, 08 Nov 2006 09:08:54 +0100 krauss Made "termination by lexicographic_order" the default for "fun" definitions.
Tue, 07 Nov 2006 22:06:32 +0100 krauss untabified
Tue, 07 Nov 2006 21:28:14 +0100 krauss Added datatype hook to declare all case_congs as "fundef_cong" automatically.
Tue, 07 Nov 2006 11:53:55 +0100 krauss Preparations for making "lexicographic_order" part of "fun"
Wed, 18 Oct 2006 16:13:03 +0200 krauss Switched function package to use the new package for inductive predicates.
Thu, 12 Oct 2006 22:57:20 +0200 wenzelm Toplevel.local_theory_to_proof: proper target;
Sat, 07 Oct 2006 01:31:05 +0200 wenzelm removed with_local_path -- LocalTheory.note admits qualified names;
Thu, 21 Sep 2006 12:22:05 +0200 krauss 1. Function package accepts a parameter (default "some_term"), which specifies the functions
Wed, 20 Sep 2006 12:05:31 +0200 krauss Removed "induct set" attribute from total induction rules
Wed, 13 Sep 2006 12:05:50 +0200 krauss Major update to function package, including new syntax and the (only theoretical)
Wed, 09 Aug 2006 00:12:33 +0200 wenzelm global goals/qeds: after_qed operates on Proof.context (potentially local_theory);
Fri, 04 Aug 2006 18:01:45 +0200 krauss Added Keywords: "otherwise" and "sequential", needed for function package's
Thu, 03 Aug 2006 15:03:07 +0200 wenzelm removed True_implies (cf. True_implies_equals);
Wed, 02 Aug 2006 18:33:46 +0200 krauss Added type constraint to please sml/nj
Mon, 31 Jul 2006 18:07:42 +0200 krauss Function package can now do automatic splits of overlapping datatype patterns
Wed, 21 Jun 2006 11:44:50 +0200 krauss Removed (term_of o cterm_of)-Hack, Added error message for unknown definition at "termination"-command
Mon, 19 Jun 2006 18:25:34 +0200 krauss Fixed name clash.
Tue, 13 Jun 2006 23:41:39 +0200 wenzelm tuned;
Tue, 06 Jun 2006 11:58:10 +0200 krauss HOL/Tools/function_package: Applies CodeGen attributes again, where possible.
Tue, 06 Jun 2006 09:28:24 +0200 krauss HOL/Tools/function_package: imporoved handling of guards, added an example
Mon, 05 Jun 2006 14:26:07 +0200 krauss HOL/Tools/function_package: Added support for mutual recursive definitions.
Thu, 11 May 2006 19:19:31 +0200 wenzelm avoid raw equality on type thm;
Thu, 11 May 2006 15:46:40 +0200 krauss Function Package: Quick-and-dirty-fixed strange "Proved a different theorem bug"
Sun, 07 May 2006 00:22:05 +0200 wenzelm removed 'concl is' patterns;
Sun, 07 May 2006 00:00:13 +0200 krauss function-package: Changed record usage to make sml/nj happy...
Fri, 05 May 2006 17:17:21 +0200 krauss First usable version of the new function definition package (HOL/function_packake/...).
less more (0) tip