src/Pure/Proof/reconstruct.ML
Fri, 17 Jul 2009 21:33:00 +0200 wenzelm tuned/modernized Envir operations;
Thu, 16 Jul 2009 23:12:12 +0200 wenzelm incr_indexes (from Proofterm);
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, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Fri, 27 Feb 2009 16:38:52 +0100 wenzelm eliminated NJ's List.nth;
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 00:08:13 +0100 wenzelm moved old add_term_vars, add_term_frees etc. to structure OldTerm;
Tue, 30 Dec 2008 21:47:11 +0100 wenzelm canonical Term.add_var_names, Term.add_tvar_namesT;
Sun, 16 Nov 2008 18:19:27 +0100 berghofe - Corrected order of quantification over Frees.
Sat, 15 Nov 2008 21:31:32 +0100 wenzelm adapted PThm;
Mon, 23 Jun 2008 23:45:39 +0200 wenzelm Logic.all/mk_equals/mk_implies;
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Wed, 19 Mar 2008 07:20:32 +0100 haftmann Type.lookup now curried
Tue, 30 Oct 2007 17:58:03 +0100 berghofe Handle Subscript exception when looking up bound variables.
Thu, 31 May 2007 23:47:36 +0200 wenzelm simplified/unified list fold;
Tue, 05 Dec 2006 00:30:38 +0100 wenzelm thm/prf: separate official name vs. additional tags;
Tue, 31 Oct 2006 09:29:06 +0100 haftmann fixed type signature of Type.varify
Thu, 21 Sep 2006 19:05:56 +0200 wenzelm member (op =);
Fri, 15 Sep 2006 22:56:13 +0200 wenzelm renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
Wed, 02 Aug 2006 22:27:06 +0200 wenzelm tuned;
Sun, 11 Jun 2006 21:59:17 +0200 wenzelm avoid unqualified exception;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Wed, 26 Apr 2006 22:38:05 +0200 wenzelm tuned;
Thu, 13 Apr 2006 12:00:56 +0200 wenzelm ignore sorts of consts declarations;
Tue, 21 Mar 2006 12:18:15 +0100 wenzelm avoid polymorphic equality;
Mon, 06 Feb 2006 20:58:54 +0100 wenzelm Envir.(beta_)eta_contract;
Wed, 16 Nov 2005 17:45:30 +0100 wenzelm tuned Pattern.match/unify;
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Fri, 02 Sep 2005 15:54:47 +0200 haftmann some 'assoc' etc. refactoring
Thu, 01 Sep 2005 22:15:12 +0200 wenzelm curried_lookup/update;
Mon, 01 Aug 2005 19:20:37 +0200 wenzelm replaced atless by term_ord;
Thu, 28 Jul 2005 15:19:49 +0200 wenzelm Sign.typ_unify;
Tue, 19 Jul 2005 17:21:47 +0200 wenzelm Logic.incr_tvar;
Fri, 15 Jul 2005 15:44:17 +0200 wenzelm tuned;
Wed, 13 Jul 2005 11:16:34 +0200 haftmann (intermediate commit)
Thu, 21 Apr 2005 19:13:03 +0200 berghofe Adapted to new interface of instantiation and unification / matching functions.
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.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Sat, 05 Jun 2004 13:08:53 +0200 wenzelm pretty_thm/goals_aux, pretty_flexpair: pp;
Tue, 01 Jun 2004 12:33:50 +0200 wenzelm removed obsolete sort 'logic';
Wed, 27 Nov 2002 17:25:41 +0100 berghofe prop_of now returns proposition in beta-eta normal form.
Wed, 13 Nov 2002 15:36:36 +0100 berghofe Improved function decompose.
Mon, 21 Oct 2002 17:19:51 +0200 berghofe - reconstruct_proof no longer relies on TypeInfer.infer_types
Mon, 30 Sep 2002 16:44:00 +0200 berghofe Fixed bug in expand_proof which caused indexes to be incremented incorrectly.
Wed, 10 Jul 2002 18:39:15 +0200 berghofe expand_proof now also takes an optional term describing the proposition
Fri, 28 Jun 2002 19:51:19 +0200 berghofe Added function prop_of' taking assumption context as an argument.
Sat, 11 May 2002 20:27:13 +0200 berghofe - Tuned function mk_cnstrts
Wed, 06 Feb 2002 14:09:55 +0100 berghofe Indexes of variables in expanded proofs are now incremented to avoid clashes.
Tue, 18 Dec 2001 02:17:20 +0100 wenzelm tuned Type.unify;
Mon, 19 Nov 2001 17:39:31 +0100 berghofe Moved fastype to Envir.
Wed, 31 Oct 2001 19:59:21 +0100 berghofe - Tuned add_cnstrt
Thu, 04 Oct 2001 00:53:27 +0200 berghofe Fixed bug in decompose.
Fri, 28 Sep 2001 11:05:37 +0200 berghofe - Exchanged % and %%
Fri, 31 Aug 2001 18:46:48 +0200 wenzelm tuned headers;
less more (0) tip