| Sat, 04 Feb 2017 21:15:11 +0100 | wenzelm | more uniform use of Reconstruct.clean_proof_of; | file |
diff |
annotate | 
| Tue, 13 Dec 2016 11:51:42 +0100 | wenzelm | more symbols; | file |
diff |
annotate | 
| Fri, 05 Aug 2016 20:45:58 +0200 | wenzelm | tuned -- maxidx unused; | file |
diff |
annotate | 
| Sat, 09 Apr 2016 13:28:32 +0200 | wenzelm | clarified context; | file |
diff |
annotate | 
| Fri, 25 Sep 2015 20:37:59 +0200 | wenzelm | moved remaining display.ML to more_thm.ML; | file |
diff |
annotate | 
| Tue, 28 Jul 2015 23:14:40 +0200 | wenzelm | clarified context; | file |
diff |
annotate | 
| Wed, 26 Nov 2014 20:05:34 +0100 | wenzelm | renamed "pairself" to "apply2", in accordance to @{apply 2}; | file |
diff |
annotate | 
| Sat, 08 Nov 2014 21:31:51 +0100 | wenzelm | optional proof context for unify operations, for the sake of proper local options; | file |
diff |
annotate | 
| Fri, 21 Mar 2014 20:33:56 +0100 | wenzelm | more qualified names; | file |
diff |
annotate | 
| Sat, 14 Jan 2012 19:06:05 +0100 | wenzelm | renamed Term.all to Logic.all_const, in accordance to HOLogic.all_const; | file |
diff |
annotate | 
| Wed, 10 Aug 2011 19:46:48 +0200 | wenzelm | avoid OldTerm operations -- with subtle changes of semantics; | file |
diff |
annotate | 
| Mon, 08 Aug 2011 20:21:49 +0200 | wenzelm | added Reconstruct.proof_of convenience; | file |
diff |
annotate | 
| Mon, 08 Aug 2011 19:59:35 +0200 | wenzelm | ship message in one piece; | file |
diff |
annotate | 
| Wed, 08 Jun 2011 15:56:57 +0200 | wenzelm | more robust exception pattern General.Subscript; | file |
diff |
annotate | 
| Fri, 26 Nov 2010 22:29:41 +0100 | wenzelm | make two copies (!) of Library.UnequalLengths coincide with ListPair.UnequalLengths; | file |
diff |
annotate | 
| Thu, 03 Jun 2010 23:56:05 +0200 | wenzelm | do not open Proofterm, which is very ould style; | file |
diff |
annotate | 
| Wed, 02 Jun 2010 21:39:35 +0200 | wenzelm | always unconstrain thm proofs; | file |
diff |
annotate | 
| Tue, 01 Jun 2010 10:48:38 +0200 | berghofe | Use Proofterm.forall_intr_proof' instead of locally defined forall_intr_prf. | file |
diff |
annotate | 
| Tue, 04 May 2010 12:30:15 +0200 | wenzelm | simplified/unified fundamental operations on types/terms/proofterms -- prefer Same.operation over "option" variant; | file |
diff |
annotate | 
| Tue, 30 Mar 2010 15:25:30 +0200 | krauss | switched PThm/PAxm etc. to use canonical order of type variables (term variables unchanged) | file |
diff |
annotate | 
| Tue, 27 Oct 2009 22:56:14 +0100 | wenzelm | eliminated some old folds; | file |
diff |
annotate | 
| Wed, 21 Oct 2009 12:02:56 +0200 | haftmann | curried union as canonical list operation | file |
diff |
annotate | 
| Wed, 21 Oct 2009 08:14:38 +0200 | haftmann | dropped redundant gen_ prefix | file |
diff |
annotate | 
| Tue, 20 Oct 2009 16:13:01 +0200 | haftmann | replaced old_style infixes eq_set, subset, union, inter and variants by generic versions | file |
diff |
annotate | 
| Tue, 29 Sep 2009 11:49:22 +0200 | wenzelm | explicit indication of Unsynchronized.ref; | file |
diff |
annotate | 
| Sat, 25 Jul 2009 10:31:27 +0200 | wenzelm | renamed structure Display_Goal to Goal_Display; | file |
diff |
annotate | 
| Thu, 23 Jul 2009 16:52:16 +0200 | wenzelm | clarified pretty_goals, pretty_thm_aux: plain context; | file |
diff |
annotate | 
| Mon, 20 Jul 2009 21:20:09 +0200 | wenzelm | moved pretty_goals etc. to Display_Goal (required by tracing tacticals); | file |
diff |
annotate | 
| Fri, 17 Jul 2009 21:33:00 +0200 | wenzelm | tuned/modernized Envir operations; | file |
diff |
annotate | 
| Thu, 16 Jul 2009 23:12:12 +0200 | wenzelm | incr_indexes (from Proofterm); | file |
diff |
annotate | 
| Mon, 06 Jul 2009 19:58:52 +0200 | wenzelm | renamed inclass/Inclass to of_class/OfClass, in accordance to of_sort; | file |
diff |
annotate | 
| Thu, 02 Jul 2009 20:55:44 +0200 | wenzelm | added pro-forma proof constructor Inclass; | file |
diff |
annotate | 
| Wed, 04 Mar 2009 11:05:29 +0100 | blanchet | Merge. | file |
diff |
annotate | 
| Wed, 04 Mar 2009 10:45:52 +0100 | blanchet | Merge. | file |
diff |
annotate | 
| Sun, 01 Mar 2009 23:36:12 +0100 | wenzelm | use long names for old-style fold combinators; | file |
diff |
annotate | 
| Fri, 27 Feb 2009 16:38:52 +0100 | wenzelm | eliminated NJ's List.nth; | file |
diff |
annotate | 
| Tue, 27 Jan 2009 00:29:37 +0100 | wenzelm | proof_body: turned lazy into future -- ensures that body is fulfilled eventually, without explicit force; | file |
diff |
annotate | 
| Wed, 31 Dec 2008 18:53:16 +0100 | wenzelm | moved old add_type_XXX, add_term_XXX etc. to structure OldTerm; | file |
diff |
annotate | 
| Wed, 31 Dec 2008 00:08:13 +0100 | wenzelm | moved old add_term_vars, add_term_frees etc. to structure OldTerm; | file |
diff |
annotate | 
| Tue, 30 Dec 2008 21:47:11 +0100 | wenzelm | canonical Term.add_var_names, Term.add_tvar_namesT; | file |
diff |
annotate | 
| Sun, 16 Nov 2008 18:19:27 +0100 | berghofe | - Corrected order of quantification over Frees. | file |
diff |
annotate | 
| Sat, 15 Nov 2008 21:31:32 +0100 | wenzelm | adapted PThm; | file |
diff |
annotate | 
| Mon, 23 Jun 2008 23:45:39 +0200 | wenzelm | Logic.all/mk_equals/mk_implies; | file |
diff |
annotate | 
| Sun, 18 May 2008 15:04:09 +0200 | wenzelm | moved global pretty/string_of functions from Sign to Syntax; | file |
diff |
annotate | 
| Wed, 19 Mar 2008 07:20:32 +0100 | haftmann | Type.lookup now curried | file |
diff |
annotate | 
| Tue, 30 Oct 2007 17:58:03 +0100 | berghofe | Handle Subscript exception when looking up bound variables. | file |
diff |
annotate | 
| Thu, 31 May 2007 23:47:36 +0200 | wenzelm | simplified/unified list fold; | file |
diff |
annotate | 
| Tue, 05 Dec 2006 00:30:38 +0100 | wenzelm | thm/prf: separate official name vs. additional tags; | file |
diff |
annotate | 
| Tue, 31 Oct 2006 09:29:06 +0100 | haftmann | fixed type signature of Type.varify | file |
diff |
annotate | 
| Thu, 21 Sep 2006 19:05:56 +0200 | wenzelm | member (op =); | file |
diff |
annotate | 
| Fri, 15 Sep 2006 22:56:13 +0200 | wenzelm | renamed Term.map_term_types to Term.map_types (cf. Term.fold_types); | file |
diff |
annotate | 
| Wed, 02 Aug 2006 22:27:06 +0200 | wenzelm | tuned; | file |
diff |
annotate | 
| Sun, 11 Jun 2006 21:59:17 +0200 | wenzelm | avoid unqualified exception; | file |
diff |
annotate | 
| Thu, 27 Apr 2006 15:06:35 +0200 | wenzelm | tuned basic list operators (flat, maps, map_filter); | file |
diff |
annotate | 
| Wed, 26 Apr 2006 22:38:05 +0200 | wenzelm | tuned; | file |
diff |
annotate | 
| Thu, 13 Apr 2006 12:00:56 +0200 | wenzelm | ignore sorts of consts declarations; | file |
diff |
annotate | 
| Tue, 21 Mar 2006 12:18:15 +0100 | wenzelm | avoid polymorphic equality; | file |
diff |
annotate | 
| Mon, 06 Feb 2006 20:58:54 +0100 | wenzelm | Envir.(beta_)eta_contract; | file |
diff |
annotate | 
| Wed, 16 Nov 2005 17:45:30 +0100 | wenzelm | tuned Pattern.match/unify; | file |
diff |
annotate | 
| Thu, 15 Sep 2005 17:16:56 +0200 | wenzelm | TableFun/Symtab: curried lookup and update; | file |
diff |
annotate |