src/HOL/Tools/res_axioms.ML
Fri, 05 Oct 2007 09:59:03 +0200 paulson filtering out some package theorems
Thu, 04 Oct 2007 12:32:58 +0200 paulson combinator translation
Wed, 03 Oct 2007 00:03:00 +0200 wenzelm skolem_cache: ignore internal theorems -- major speedup;
Sun, 30 Sep 2007 21:55:19 +0200 wenzelm llabs/sko: removed Name.internal;
Sun, 30 Sep 2007 16:20:33 +0200 wenzelm skofuns/absfuns: explicit markup as internal consts;
Thu, 27 Sep 2007 17:55:28 +0200 paulson removal of some "ref"s from res_axioms.ML; a side-effect is that the ordering
Fri, 21 Sep 2007 22:51:08 +0200 wenzelm proper signature constraint;
Tue, 18 Sep 2007 17:53:37 +0200 paulson metis now available in PreList
Fri, 17 Aug 2007 00:03:50 +0200 wenzelm proper signature for Meson;
Fri, 10 Aug 2007 15:13:18 +0200 paulson removal of some refs
Fri, 03 Aug 2007 16:28:15 +0200 wenzelm replaced Theory.self_ref by Theory.check_thy, which now produces a checked ref;
Sun, 29 Jul 2007 14:29:58 +0200 wenzelm simplified ResAtpset via NamedThmsFun;
Thu, 05 Jul 2007 20:01:29 +0200 wenzelm renamed ObjectLogic.atomize_tac to ObjectLogic.atomize_prems_tac;
Wed, 13 Jun 2007 00:01:54 +0200 wenzelm renamed Goal.prove_raw to Goal.prove_internal;
Thu, 10 May 2007 00:39:48 +0200 wenzelm moved some Drule operations to Thm (see more_thm.ML);
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Thu, 19 Apr 2007 18:23:11 +0200 paulson trying to make single-step proofs work better, especially if they contain
Wed, 18 Apr 2007 11:14:09 +0200 paulson Fixes for proof reconstruction, especially involving abstractions and definitions
Sun, 15 Apr 2007 14:31:47 +0200 wenzelm Thm.fold_terms;
Thu, 12 Apr 2007 13:57:27 +0200 paulson Fixed the treatment of TVars in conjecture clauses (they are deleted, not frozen)
Wed, 04 Apr 2007 23:29:33 +0200 wenzelm rep_thm/cterm/ctyp: removed obsolete sign field;
Mon, 26 Mar 2007 12:48:30 +0200 paulson Clause cache is now in theory data.
Mon, 19 Mar 2007 15:58:02 +0100 paulson Removal of axiom names from the theorem cache
Mon, 26 Feb 2007 23:18:24 +0100 wenzelm moved eq_thm etc. to structure Thm in Pure/more_thm.ML;
Thu, 22 Feb 2007 10:25:14 +0100 paulson Improved handling of situation when theorem in cache disagrees with theorem supplied: new clauses
Wed, 31 Jan 2007 16:05:10 +0100 haftmann dropped lemma duplicates in HOL.thy
Sat, 20 Jan 2007 14:09:14 +0100 wenzelm Output.debug: non-strict;
Thu, 04 Jan 2007 17:55:12 +0100 paulson improvements to proof reconstruction. Some files loaded in a different order
Fri, 22 Dec 2006 21:00:42 +0100 paulson tidying the ATP communications
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Tue, 05 Dec 2006 00:30:38 +0100 wenzelm thm/prf: separate official name vs. additional tags;
Thu, 30 Nov 2006 14:17:25 +0100 wenzelm Goal.norm/close_result;
Wed, 29 Nov 2006 15:44:51 +0100 wenzelm simplified method setup;
Thu, 23 Nov 2006 22:38:29 +0100 wenzelm prefer Proof.context over Context.generic;
Wed, 22 Nov 2006 20:08:07 +0100 paulson Consolidation of code to "blacklist" unhelpful theorems, including record
Tue, 21 Nov 2006 12:50:15 +0100 paulson New transformation of eliminatino rules: we simply replace the final conclusion variable by False
Fri, 10 Nov 2006 20:58:48 +0100 paulson Improvement to classrel clauses: now outputs the minimum needed.
Wed, 08 Nov 2006 21:45:15 +0100 wenzelm incorporated former theories Reconstruction and ResAtpMethods into ATP_Linkup;
Thu, 26 Oct 2006 10:48:35 +0200 paulson Conversion to clause form now tolerates Boolean variables without looping.
Mon, 23 Oct 2006 11:18:25 +0200 paulson meson method MUST NOT use all safe rules, only basic ones for the logical connectives.
Fri, 20 Oct 2006 11:06:20 +0200 paulson Fixed the "exception Empty" bug in elim2Fol
Thu, 12 Oct 2006 15:50:16 +0200 paulson abstraction is now turned OFF...
Wed, 11 Oct 2006 10:17:42 +0200 paulson Abstraction re-use code now checks that the abstraction function can be used in the current
Mon, 09 Oct 2006 02:19:54 +0200 wenzelm replaced Drule.clhs/crhs_of by Drule.lhs/rhs_of;
Fri, 06 Oct 2006 11:16:40 +0200 paulson Refinements to abstraction. Seeding with combinators K, I and B.
Thu, 05 Oct 2006 10:42:39 +0200 paulson improvements to abstraction, ensuring more re-use of abstraction functions
Sat, 30 Sep 2006 14:31:02 +0200 mengj Removed ResHolClause.LAM2COMB exception.
Fri, 29 Sep 2006 22:46:59 +0200 wenzelm Sign.add_consts_authentic;
Thu, 28 Sep 2006 23:42:50 +0200 wenzelm ResAtpset.get_atpset;
Tue, 26 Sep 2006 11:09:33 +0200 paulson Abstraction now handles equations where the RHS is a lambda-expression; also, strings of lambdas
Tue, 19 Sep 2006 23:15:32 +0200 wenzelm sko/abs: Name.internal prevents choking of print_theory;
Mon, 18 Sep 2006 16:21:24 +0200 paulson Bug fix to prevent exception dest_Free from escaping
Wed, 13 Sep 2006 12:18:36 +0200 paulson bug fix to abstractions: free variables in theorem can be abstracted over.
Mon, 04 Sep 2006 18:41:33 +0200 paulson Using Drule.local_standard to reduce the space usage
Fri, 01 Sep 2006 23:04:42 +0200 wenzelm skolem_cache_thm: Drule.close_derivation on clauses preserves some space;
Fri, 01 Sep 2006 08:51:53 +0200 paulson refinements to conversion into clause form, esp for the HO case
Thu, 31 Aug 2006 10:20:22 +0200 paulson improvements to abstraction generation
Mon, 28 Aug 2006 18:15:32 +0200 paulson tidied
Fri, 25 Aug 2006 18:48:58 +0200 paulson abstraction of lambda-expressions
Wed, 09 Aug 2006 18:41:42 +0200 paulson consistent prefixing for skolem functions
less more (0) -100 -60 tip