src/Pure/proofterm.ML
Fri, 08 Jun 2007 18:13:58 +0200 berghofe Adapted Proofterm.bicompose_proof to Larry's changes in
Thu, 31 May 2007 23:47:36 +0200 wenzelm simplified/unified list fold;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Fri, 13 Apr 2007 16:40:16 +0200 haftmann canonical merge operations
Tue, 05 Dec 2006 00:30:38 +0100 wenzelm thm/prf: separate official name vs. additional tags;
Wed, 04 Oct 2006 14:14:33 +0200 haftmann *** empty log message ***
Fri, 15 Sep 2006 22:56:13 +0200 wenzelm renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
Tue, 12 Sep 2006 12:12:46 +0200 wenzelm moved term subst functions to TermSubst;
Wed, 02 Aug 2006 22:26:54 +0200 wenzelm replaced maxidx_of_proof by maxidx_proof;
Wed, 19 Jul 2006 12:12:02 +0200 wenzelm tuned;
Tue, 18 Jul 2006 20:01:42 +0200 wenzelm fold_proof_terms: canonical arguments;
Tue, 11 Jul 2006 12:16:54 +0200 wenzelm replaced Term.variant(list) by Name.variant(_list);
Tue, 04 Jul 2006 19:49:51 +0200 wenzelm added map_proof_terms_option;
Sat, 17 Jun 2006 19:37:49 +0200 wenzelm added generalize rule;
Sat, 29 Apr 2006 23:16:43 +0200 wenzelm tuned;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Fri, 07 Apr 2006 11:17:44 +0200 berghofe Added alternative version of thms_of_proof that does not recursively
Tue, 21 Mar 2006 12:18:13 +0100 wenzelm remove (op =);
Wed, 08 Mar 2006 18:37:28 +0100 wenzelm infer_derivs: avoid allocating empty MinProof;
Sat, 11 Feb 2006 17:17:47 +0100 wenzelm tuned;
Mon, 06 Feb 2006 11:01:28 +0100 haftmann subsituted gen_duplicates / has_duplicates for duplicates whenever appropriate
Thu, 22 Dec 2005 00:29:19 +0100 wenzelm bicompose_proof: no_flatten;
Thu, 01 Dec 2005 17:07:50 +0100 berghofe Improved norm_proof to handle proofs containing term (type) variables
Fri, 28 Oct 2005 22:27:58 +0200 wenzelm Logic.lift_all;
Tue, 04 Oct 2005 19:01:37 +0200 wenzelm minor tweaks for Poplog/ML;
Mon, 19 Sep 2005 23:23:51 +0200 wenzelm shrink: compress terms and types;
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Mon, 12 Sep 2005 18:20:32 +0200 haftmann introduced new-style AList operations
Thu, 08 Sep 2005 16:09:23 +0200 haftmann introduces some modern-style AList operations
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Wed, 31 Aug 2005 15:46:40 +0200 wenzelm refer to theory instead of low-level tsig;
Wed, 03 Aug 2005 16:24:52 +0200 berghofe - Tuned handling of oracles
Mon, 01 Aug 2005 19:20:37 +0200 wenzelm replaced atless by term_ord;
Thu, 28 Jul 2005 15:19:57 +0200 wenzelm adapted Type.typ_match;
Tue, 19 Jul 2005 17:21:52 +0200 wenzelm tuned instantiate interface;
Wed, 13 Jul 2005 11:16:34 +0200 haftmann (intermediate commit)
Wed, 22 Jun 2005 19:41:22 +0200 wenzelm renamed init to init_data;
Fri, 17 Jun 2005 18:35:27 +0200 wenzelm accomodate change of TheoryDataFun;
Thu, 21 Apr 2005 19:12:03 +0200 berghofe - Eliminated nodup_vars check.
Sat, 26 Mar 2005 16:14:17 +0100 gagern op vor infix-Konstruktoren im datatype binding zum besseren Parsen
Fri, 04 Mar 2005 15:07:34 +0100 skalberg Removed practically all references to Library.foldr.
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Fri, 09 Jul 2004 16:29:10 +0200 berghofe - Expressed infer_derivs' in terms of infer_deriv
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Tue, 01 Jun 2004 12:33:50 +0200 wenzelm removed obsolete sort 'logic';
Fri, 21 May 2004 21:24:22 +0200 wenzelm adapted tsig interface;
Fri, 13 Dec 2002 14:20:47 +0100 berghofe size_of_proof no longer includes size_of_term
Tue, 10 Dec 2002 10:40:32 +0100 berghofe Added size_of_proof.
Mon, 21 Oct 2002 17:11:06 +0200 berghofe Removed Logic.strip_flexpairs.
Mon, 07 Oct 2002 19:01:51 +0200 nipkow take/drop -> splitAt
Tue, 27 Aug 2002 11:05:13 +0200 wenzelm thms/axms_of_proof: proper handling of MinProof;
Sat, 04 May 2002 15:47:21 +0200 berghofe Added skeletons to speed up rewriting on proof terms.
Thu, 21 Feb 2002 20:11:05 +0100 wenzelm fixed get_name_tags in order to work with hyps;
Wed, 20 Feb 2002 15:58:38 +0100 berghofe New function change_type for changing type assignments of theorems,
Thu, 14 Feb 2002 20:30:49 +0100 wenzelm made MLWorks happy;
Wed, 06 Feb 2002 14:10:35 +0100 berghofe Added function could_unify to speed up rewriting of proof terms.
Tue, 05 Feb 2002 15:51:28 +0100 berghofe New function maxidx_of_proof.
Fri, 14 Dec 2001 11:52:32 +0100 wenzelm type_env;
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
less more (0) -60 tip