src/HOL/Tools/function_package/fundef_common.ML
Mon, 30 Mar 2009 16:37:23 +0200 krauss bstring -> binding
Mon, 30 Mar 2009 14:42:36 +0200 krauss remove "otherwise" feature from function package which was never really documented or used
Tue, 17 Mar 2009 14:12:43 +0100 wenzelm adapted to general Item_Net;
Fri, 13 Mar 2009 19:58:26 +0100 wenzelm unified type Proof.method and pervasive METHOD combinators;
Fri, 13 Mar 2009 15:50:05 +0100 wenzelm get data from plain Proof.context;
Thu, 12 Mar 2009 21:51:02 +0100 wenzelm simplified preparation and outer parsing of specification;
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;
Sun, 15 Feb 2009 14:02:27 +0100 krauss reject defined function in patterns with errmsg, e.g. f (f x) = x
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, 24 Nov 2008 21:09:31 +0100 krauss check for more common errors first
Mon, 24 Nov 2008 21:00:03 +0100 krauss improved error msg; tuned
Tue, 07 Oct 2008 16:07:50 +0200 haftmann arbitrary is undefined
Thu, 18 Sep 2008 12:13:50 +0200 krauss termination prover for "fun" can be configured using context data.
Tue, 02 Sep 2008 14:10:45 +0200 wenzelm explicit type Name.binding for higher-specification elements;
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
Fri, 25 Apr 2008 15:30:33 +0200 krauss Merged theories about wellfoundedness into one: Wellfounded.thy
Thu, 03 Apr 2008 16:34:52 +0200 krauss Function package no longer overwrites theorems.
Thu, 06 Dec 2007 15:10:12 +0100 haftmann dropped void space
Fri, 09 Nov 2007 18:59:56 +0100 krauss function package: using the names of the equations as case names turned out to be impractical => disabled
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
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
Tue, 09 Oct 2007 00:20:13 +0200 wenzelm generic Syntax.pretty/string_of operations;
Tue, 07 Aug 2007 17:01:35 +0200 krauss Issue a warning, when "function" encounters variables occuring in function position,
Tue, 07 Aug 2007 15:20:24 +0200 krauss more error handling
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
Wed, 11 Jul 2007 11:46:05 +0200 berghofe Adapted to changes in Accessible_Part theory.
Sun, 03 Jun 2007 23:16:43 +0200 wenzelm local open FundefLib;
Sat, 02 Jun 2007 18:35:38 +0200 wenzelm made SML/NJ happy;
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
Thu, 10 May 2007 00:39:49 +0200 wenzelm Thm.match;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Fri, 20 Apr 2007 17:58:26 +0200 haftmann repaired value restriction problem
Fri, 20 Apr 2007 10:06:11 +0200 krauss definition lookup via terms, not names. Methods "relation" and "lexicographic_order"
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
Wed, 07 Feb 2007 18:03:18 +0100 berghofe Adapted to changes in Accessible_Part and Wellfounded_Recursion theories.
Mon, 22 Jan 2007 17:29:43 +0100 krauss * Preliminary implementation of tail recursion
Wed, 13 Dec 2006 20:38:19 +0100 haftmann whitespace correction
Tue, 14 Nov 2006 09:06:08 +0100 haftmann value restriction
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
Tue, 07 Nov 2006 22:06:32 +0100 krauss untabified
Wed, 18 Oct 2006 16:13:03 +0200 krauss Switched function package to use the new package for inductive predicates.
Sat, 07 Oct 2006 01:31:02 +0200 wenzelm tuned comments;
Thu, 21 Sep 2006 12:22:05 +0200 krauss 1. Function package accepts a parameter (default "some_term"), which specifies the functions
Wed, 13 Sep 2006 12:05:50 +0200 krauss Major update to function package, including new syntax and the (only theoretical)
Wed, 02 Aug 2006 22:26:41 +0200 wenzelm normalized Proof.context/method type aliases;
Mon, 31 Jul 2006 18:07:42 +0200 krauss Function package can now do automatic splits of overlapping datatype patterns
Mon, 19 Jun 2006 18:25:34 +0200 krauss Fixed name clash.
Tue, 06 Jun 2006 08:21:14 +0200 krauss HOL/Tools/function_package: More cleanup
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 19:15:12 +0200 wenzelm use IntGraph from Pure;
Sun, 07 May 2006 00:00:13 +0200 krauss function-package: Changed record usage to make sml/nj happy...
less more (0) tip