src/Pure/proofterm.ML
Sun, 19 Jul 2009 17:08:34 +0200 wenzelm tuned;
Sat, 18 Jul 2009 22:53:02 +0200 wenzelm added join_bodies;
Sat, 18 Jul 2009 00:33:57 +0200 wenzelm tuned prf_subst: use structure Same;
Fri, 17 Jul 2009 23:11:40 +0200 wenzelm tuned/modernized Envir.subst_XXX;
Fri, 17 Jul 2009 21:33:00 +0200 wenzelm tuned/modernized Envir operations;
Thu, 16 Jul 2009 22:58:45 +0200 wenzelm tuned incr_indexes;
Thu, 16 Jul 2009 22:22:03 +0200 wenzelm tuned map_proof_terms_option;
Thu, 16 Jul 2009 20:32:40 +0200 wenzelm use structure Same;
Thu, 09 Jul 2009 22:48:12 +0200 wenzelm renamed structure TermSubst to Term_Subst;
Mon, 06 Jul 2009 19:58:52 +0200 wenzelm renamed inclass/Inclass to of_class/OfClass, in accordance to of_sort;
Thu, 02 Jul 2009 20:55:44 +0200 wenzelm added pro-forma proof constructor Inclass;
Wed, 25 Mar 2009 16:52:50 +0100 wenzelm removed misleading make_proof_body, make_oracles, make_thms, which essentially assume a *full* proof;
Tue, 24 Mar 2009 22:55:49 +0100 wenzelm status_of: simultaneous list;
Tue, 24 Mar 2009 21:24:53 +0100 wenzelm display derivation status of thms;
Fri, 27 Feb 2009 16:38:52 +0100 wenzelm eliminated NJ's List.nth;
Tue, 27 Jan 2009 14:28:51 +0100 wenzelm thm_proof: recovered single-threaded version;
Tue, 27 Jan 2009 00:42:12 +0100 wenzelm thm_proof: replaced lazy by composed futures;
Tue, 27 Jan 2009 00:29:37 +0100 wenzelm proof_body: turned lazy into future -- ensures that body is fulfilled eventually, without explicit force;
Wed, 31 Dec 2008 18:53:16 +0100 wenzelm moved old add_type_XXX, add_term_XXX etc. to structure OldTerm;
Wed, 31 Dec 2008 15:30:10 +0100 wenzelm moved term order operations to structure TermOrd (cf. Pure/term_ord.ML);
Wed, 31 Dec 2008 00:08:13 +0100 wenzelm moved old add_term_vars, add_term_frees etc. to structure OldTerm;
Tue, 30 Dec 2008 21:49:09 +0100 wenzelm freeze_thaw: canonical Term.add_XXX operations;
Thu, 04 Dec 2008 23:00:21 +0100 wenzelm renamed type Lazy.T to lazy;
Sun, 23 Nov 2008 18:37:56 +0100 wenzelm tuned;
Sun, 23 Nov 2008 17:27:15 +0100 wenzelm eliminated finish_proof, keep pre/post normalization of results separate;
Tue, 18 Nov 2008 22:25:30 +0100 wenzelm fulfill_proof/thm_proof: commuted lazyness;
Mon, 17 Nov 2008 23:34:35 +0100 wenzelm finish_proof: undefined promises may occur here;
Mon, 17 Nov 2008 23:17:11 +0100 wenzelm unified treatment of PAxm/Oracle/Promise in basic proof term operations;
Sun, 16 Nov 2008 22:12:41 +0100 wenzelm proof_body/pthm: removed redundant types field;
Sun, 16 Nov 2008 18:18:45 +0100 berghofe Frees in PThms are now quantified in the order of their appearance in the
Sat, 15 Nov 2008 21:31:23 +0100 wenzelm reworked type proof: MinProof is vacous, added Promise, refined PThm (with serial);
Tue, 23 Sep 2008 15:48:51 +0200 wenzelm added conditional add_oracles, keep oracles_of_proof private;
Mon, 22 Sep 2008 15:26:13 +0200 wenzelm added Promise constructor, which is similar to Oracle but may be replaced later;
Mon, 23 Jun 2008 23:45:39 +0200 wenzelm Logic.all/mk_equals/mk_implies;
Sat, 12 Apr 2008 17:00:45 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Thu, 27 Mar 2008 14:41:09 +0100 wenzelm eliminated theory ProtoPure;
Wed, 19 Mar 2008 07:20:32 +0100 haftmann Type.lookup now curried
Wed, 11 Jul 2007 11:58:40 +0200 berghofe Added function rew_proof (for pre-normalizing proofs).
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;
less more (0) -100 -60 tip