2006-05-20 tuned Defs interfaces;
wenzelm [Sat, 20 May 2006 23:37:03 +0200] rev 19693
tuned Defs interfaces;
2006-05-20 yet another re-implementation:
wenzelm [Sat, 20 May 2006 23:37:02 +0200] rev 19692
yet another re-implementation: . maintain explicit mapping from unspecified to specified consts (no dependency graph, no termination check, but direct reduction of specifications); . more precise checking of LHS patterns -- specialized patterns (e.g. 'a => 'a instead of general 'a => 'b) impose global restrictions;
2006-05-20 removed obsolete partition (cf. List.partition);
wenzelm [Sat, 20 May 2006 23:37:02 +0200] rev 19691
removed obsolete partition (cf. List.partition); tuned;
2006-05-20 class axiomatization: finals;
wenzelm [Sat, 20 May 2006 23:37:00 +0200] rev 19690
class axiomatization: finals;
2006-05-20 abs: precise typing;
wenzelm [Sat, 20 May 2006 23:36:59 +0200] rev 19689
abs: precise typing;
2006-05-20 added syntax for 'unchecked';
wenzelm [Sat, 20 May 2006 23:36:57 +0200] rev 19688
added syntax for 'unchecked';
2006-05-20 primrec (unchecked);
wenzelm [Sat, 20 May 2006 23:36:56 +0200] rev 19687
primrec (unchecked);
2006-05-20 List.partition;
wenzelm [Sat, 20 May 2006 23:36:55 +0200] rev 19686
List.partition;
2006-05-20 ax_derivs: precise typing;
wenzelm [Sat, 20 May 2006 23:36:53 +0200] rev 19685
ax_derivs: precise typing;
2006-05-20 pow: unchecked;
wenzelm [Sat, 20 May 2006 23:36:51 +0200] rev 19684
pow: unchecked;
2006-05-20 removed obsolete 'finalconsts';
wenzelm [Sat, 20 May 2006 23:36:49 +0200] rev 19683
removed obsolete 'finalconsts';
2006-05-17 * Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm [Wed, 17 May 2006 22:36:08 +0200] rev 19682
* Pure: syntax 'CONST name' produces a fully internalized constant; tuned;
2006-05-17 added CONST syntax;
wenzelm [Wed, 17 May 2006 22:34:52 +0200] rev 19681
added CONST syntax; tuned interfaces;
2006-05-17 export generic term_syntax;
wenzelm [Wed, 17 May 2006 22:34:50 +0200] rev 19680
export generic term_syntax;
2006-05-17 consts: replaced early'' flag by inverted authentic'';
wenzelm [Wed, 17 May 2006 22:34:49 +0200] rev 19679
consts: replaced early'' flag by inverted authentic''; tuned interfaces;
2006-05-17 added mapping;
wenzelm [Wed, 17 May 2006 22:34:47 +0200] rev 19678
added mapping;
2006-05-17 replaced early'' flag by inverted authentic'';
wenzelm [Wed, 17 May 2006 22:34:45 +0200] rev 19677
replaced early'' flag by inverted authentic'';
2006-05-17 renamed CONST to CONSTANT;
wenzelm [Wed, 17 May 2006 22:34:44 +0200] rev 19676
renamed CONST to CONSTANT;
2006-05-17 removing the string array from the result of get_clasimp_atp_lemmas
paulson [Wed, 17 May 2006 12:28:47 +0200] rev 19675
removing the string array from the result of get_clasimp_atp_lemmas
2006-05-16 const_syntax;
wenzelm [Wed, 17 May 2006 01:23:48 +0200] rev 19674
const_syntax;
2006-05-16 always preserve authentic consts -- removed Syntax.mixfix_const;
wenzelm [Wed, 17 May 2006 01:23:46 +0200] rev 19673
always preserve authentic consts -- removed Syntax.mixfix_const;
2006-05-16 tuned;
wenzelm [Wed, 17 May 2006 01:23:44 +0200] rev 19672
tuned;
2006-05-16 removed outdated/redundant comments;
wenzelm [Wed, 17 May 2006 01:23:43 +0200] rev 19671
removed outdated/redundant comments;
2006-05-16 prefer 'definition' over low-level defs;
wenzelm [Wed, 17 May 2006 01:23:41 +0200] rev 19670
prefer 'definition' over low-level defs; tuned source/document;
2006-05-16 tuned source/document;
wenzelm [Wed, 17 May 2006 01:23:40 +0200] rev 19669
tuned source/document;
2006-05-16 hide const subst;
wenzelm [Tue, 16 May 2006 21:34:06 +0200] rev 19668
hide const subst;
2006-05-16 tuned;
wenzelm [Tue, 16 May 2006 21:33:26 +0200] rev 19667
tuned;
2006-05-16 const_syntax;
wenzelm [Tue, 16 May 2006 21:33:24 +0200] rev 19666
const_syntax;
2006-05-16 * Isar/locale: 'const_syntax';
wenzelm [Tue, 16 May 2006 21:33:23 +0200] rev 19665
* Isar/locale: 'const_syntax';
2006-05-16 added const_syntax(_i);
wenzelm [Tue, 16 May 2006 21:33:21 +0200] rev 19664
added const_syntax(_i);
2006-05-16 export consts_of;
wenzelm [Tue, 16 May 2006 21:33:18 +0200] rev 19663
export consts_of; added add_const_syntax; tuned interface;
2006-05-16 replaced abbrevs by term_syntax, which is both simpler and more general;
wenzelm [Tue, 16 May 2006 21:33:16 +0200] rev 19662
replaced abbrevs by term_syntax, which is both simpler and more general;
2006-05-16 added syntax interface;
wenzelm [Tue, 16 May 2006 21:33:14 +0200] rev 19661
added syntax interface; tuned interface;
2006-05-16 added add_modesyntax;
wenzelm [Tue, 16 May 2006 21:33:11 +0200] rev 19660
added add_modesyntax; tuned;
2006-05-16 added 'const_syntax';
wenzelm [Tue, 16 May 2006 21:33:09 +0200] rev 19659
added 'const_syntax';
2006-05-16 added add_const_syntax, add_consts_authentic;
wenzelm [Tue, 16 May 2006 21:33:07 +0200] rev 19658
added add_const_syntax, add_consts_authentic; tuned interface;
2006-05-16 added syntax interface;
wenzelm [Tue, 16 May 2006 21:33:05 +0200] rev 19657
added syntax interface;
2006-05-16 tuned concrete syntax -- abbreviation/const_syntax;
wenzelm [Tue, 16 May 2006 21:33:01 +0200] rev 19656
tuned concrete syntax -- abbreviation/const_syntax;
2006-05-16 updated;
wenzelm [Tue, 16 May 2006 21:32:56 +0200] rev 19655
updated;
2006-05-16 updated;
wenzelm [Tue, 16 May 2006 20:28:02 +0200] rev 19654
updated;
2006-05-16 * Pure/library: divide_and_conquer;
wenzelm [Tue, 16 May 2006 18:31:46 +0200] rev 19653
* Pure/library: divide_and_conquer; * Theory Real: new method ferrack;
2006-05-16 replaced references to the robot by the mailing list page
paulson [Tue, 16 May 2006 18:20:26 +0200] rev 19652
replaced references to the robot by the mailing list page
2006-05-16 added a much simpler proof for the iteration and
urbanc [Tue, 16 May 2006 14:11:39 +0200] rev 19651
added a much simpler proof for the iteration and recursion combinator - this also fixes a bug which prevented the nightly build from being build (sorry)
2006-05-16 Amine Chaieb: Ferrante and Rackoff Algorithm;
wenzelm [Tue, 16 May 2006 13:05:37 +0200] rev 19650
Amine Chaieb: Ferrante and Rackoff Algorithm;
2006-05-16 Sign.certify_sort;
wenzelm [Tue, 16 May 2006 13:05:14 +0200] rev 19649
Sign.certify_sort;
2006-05-16 tuned;
wenzelm [Tue, 16 May 2006 13:01:31 +0200] rev 19648
tuned;
2006-05-16 removed low-level str_of_sort/typ/term (use Display.raw_string_of_sort/typ/term instead, or even PolyML.print -- for debugging purposes);
wenzelm [Tue, 16 May 2006 13:01:30 +0200] rev 19647
removed low-level str_of_sort/typ/term (use Display.raw_string_of_sort/typ/term instead, or even PolyML.print -- for debugging purposes);
2006-05-16 avoid low-level Term.str_of_term;
wenzelm [Tue, 16 May 2006 13:01:29 +0200] rev 19646
avoid low-level Term.str_of_term;
2006-05-16 abstract interfaces for type algebra;
wenzelm [Tue, 16 May 2006 13:01:28 +0200] rev 19645
abstract interfaces for type algebra; tuned;
2006-05-16 added divide_and_conquer combinator (by Amine Chaieb);
wenzelm [Tue, 16 May 2006 13:01:27 +0200] rev 19644
added divide_and_conquer combinator (by Amine Chaieb); removed remains of old option type; removed obsolete eq_opt; removed obsolete string_of_bool (use Bool.toString instead); tuned;
2006-05-16 added low-level string_of_term (back again from term.ML) -- should avoid this altogether;
wenzelm [Tue, 16 May 2006 13:01:26 +0200] rev 19643
added low-level string_of_term (back again from term.ML) -- should avoid this altogether;
2006-05-16 more abstract interface to classes/arities;
wenzelm [Tue, 16 May 2006 13:01:24 +0200] rev 19642
more abstract interface to classes/arities;
2006-05-16 replaced low-level Term.str_of by Display.raw_string_of_term (should actually use Display.string_of_term);
wenzelm [Tue, 16 May 2006 13:01:23 +0200] rev 19641
replaced low-level Term.str_of by Display.raw_string_of_term (should actually use Display.string_of_term);
2006-05-16 added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm [Tue, 16 May 2006 13:01:22 +0200] rev 19640
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
2006-05-16 fixed handling of absolute urls
haftmann [Tue, 16 May 2006 09:19:12 +0200] rev 19639
fixed handling of absolute urls
2006-05-15 added the lemmas pt_fresh_aux and pt_fresh_aux_ineq
urbanc [Mon, 15 May 2006 19:40:17 +0200] rev 19638
added the lemmas pt_fresh_aux and pt_fresh_aux_ineq (they are used in the proof of the strong induction principle) added code to nominal_atoms to collect these lemmas in "fresh_aux" instantiated for each atom type deleted the fresh_fun_eqvt from nominal_atoms, since fresh_fun is not used anymore in the recursion combinator
2006-05-13 reactivated translations for less/less_eq;
wenzelm [Sat, 13 May 2006 21:13:25 +0200] rev 19637
reactivated translations for less/less_eq;
2006-05-13 added add_primrec_unchecked_i;
wenzelm [Sat, 13 May 2006 02:51:49 +0200] rev 19636
added add_primrec_unchecked_i;
2006-05-13 unchecked definitions;
wenzelm [Sat, 13 May 2006 02:51:48 +0200] rev 19635
unchecked definitions;
2006-05-13 defs (unchecked overloaded), including former primrec;
wenzelm [Sat, 13 May 2006 02:51:47 +0200] rev 19634
defs (unchecked overloaded), including former primrec; tuned;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip