Thu, 25 May 2006 08:08:38 +0200 Changed input interface of dfg_write_file.
mengj [Thu, 25 May 2006 08:08:38 +0200] rev 19719
Changed input interface of dfg_write_file.
Thu, 25 May 2006 08:08:04 +0200 Added support for DFG format, used by SPASS.
mengj [Thu, 25 May 2006 08:08:04 +0200] rev 19718
Added support for DFG format, used by SPASS.
Thu, 25 May 2006 08:07:02 +0200 Helper files in DFG format.
mengj [Thu, 25 May 2006 08:07:02 +0200] rev 19717
Helper files in DFG format.
Wed, 24 May 2006 22:44:56 +0200 add_datatype_axm: finalize specified consts;
wenzelm [Wed, 24 May 2006 22:44:56 +0200] rev 19716
add_datatype_axm: finalize specified consts;
Wed, 24 May 2006 22:15:07 +0200 tuned;
wenzelm [Wed, 24 May 2006 22:15:07 +0200] rev 19715
tuned;
Wed, 24 May 2006 22:13:50 +0200 tuned;
wenzelm [Wed, 24 May 2006 22:13:50 +0200] rev 19714
tuned;
Wed, 24 May 2006 22:04:06 +0200 made smlnj happy;
wenzelm [Wed, 24 May 2006 22:04:06 +0200] rev 19713
made smlnj happy;
Wed, 24 May 2006 21:58:09 +0200 wellformed: be less ambitious about structural containment;
wenzelm [Wed, 24 May 2006 21:58:09 +0200] rev 19712
wellformed: be less ambitious about structural containment; tuned;
Wed, 24 May 2006 21:58:07 +0200 Pure: update on overloaded defs;
wenzelm [Wed, 24 May 2006 21:58:07 +0200] rev 19711
Pure: update on overloaded defs;
Wed, 24 May 2006 10:02:36 +0200 Extended strong induction rule with additional
berghofe [Wed, 24 May 2006 10:02:36 +0200] rev 19710
Extended strong induction rule with additional freshness constraints.
Wed, 24 May 2006 01:47:25 +0200 add theorem cfcomp_strict
huffman [Wed, 24 May 2006 01:47:25 +0200] rev 19709
add theorem cfcomp_strict
Wed, 24 May 2006 01:05:02 +0200 added add_deps, which actually records dependencies of consts (unlike add_finals);
wenzelm [Wed, 24 May 2006 01:05:02 +0200] rev 19708
added add_deps, which actually records dependencies of consts (unlike add_finals); tuned;
Wed, 24 May 2006 01:05:01 +0200 tuned;
wenzelm [Wed, 24 May 2006 01:05:01 +0200] rev 19707
tuned;
Wed, 24 May 2006 01:04:59 +0200 axiomatize class: Theory.add_deps;
wenzelm [Wed, 24 May 2006 01:04:59 +0200] rev 19706
axiomatize class: Theory.add_deps;
Wed, 24 May 2006 01:04:57 +0200 simplified info/get_info;
wenzelm [Wed, 24 May 2006 01:04:57 +0200] rev 19705
simplified info/get_info; Rep/Abs: Theory.add_deps; tuned;
Wed, 24 May 2006 01:04:55 +0200 simplified TypedefPackage.get_info;
wenzelm [Wed, 24 May 2006 01:04:55 +0200] rev 19704
simplified TypedefPackage.get_info;
Tue, 23 May 2006 14:00:06 +0200 made smlnj happy;
wenzelm [Tue, 23 May 2006 14:00:06 +0200] rev 19703
made smlnj happy;
Tue, 23 May 2006 13:55:02 +0200 pretty_full_theory: tuned output of definitions;
wenzelm [Tue, 23 May 2006 13:55:02 +0200] rev 19702
pretty_full_theory: tuned output of definitions;
Tue, 23 May 2006 13:55:01 +0200 export plain_args;
wenzelm [Tue, 23 May 2006 13:55:01 +0200] rev 19701
export plain_args; tuned wellformed, normalize;
Mon, 22 May 2006 22:29:19 +0200 Defs.specifications_of: lhs/rhs now use typargs;
wenzelm [Mon, 22 May 2006 22:29:19 +0200] rev 19700
Defs.specifications_of: lhs/rhs now use typargs;
Mon, 22 May 2006 22:29:18 +0200 removed unchecked'';
wenzelm [Mon, 22 May 2006 22:29:18 +0200] rev 19699
removed unchecked'';
Mon, 22 May 2006 22:29:16 +0200 pretty_full_theory: defs;
wenzelm [Mon, 22 May 2006 22:29:16 +0200] rev 19698
pretty_full_theory: defs;
Mon, 22 May 2006 22:29:15 +0200 specifications_of: lhs/rhs represented as typargs;
wenzelm [Mon, 22 May 2006 22:29:15 +0200] rev 19697
specifications_of: lhs/rhs represented as typargs; export pretty_const; export dest; more precise checking of lhs patterns; more precise normalization; misc cleanup;
Mon, 22 May 2006 21:27:01 +0200 export raw_unifys, could_unifys;
wenzelm [Mon, 22 May 2006 21:27:01 +0200] rev 19696
export raw_unifys, could_unifys;
Sat, 20 May 2006 23:45:37 +0200 made smlnj happy;
wenzelm [Sat, 20 May 2006 23:45:37 +0200] rev 19695
made smlnj happy;
Sat, 20 May 2006 23:37:04 +0200 export raw_matches;
wenzelm [Sat, 20 May 2006 23:37:04 +0200] rev 19694
export raw_matches;
Sat, 20 May 2006 23:37:03 +0200 tuned Defs interfaces;
wenzelm [Sat, 20 May 2006 23:37:03 +0200] rev 19693
tuned Defs interfaces;
Sat, 20 May 2006 23:37:02 +0200 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;
Sat, 20 May 2006 23:37:02 +0200 removed obsolete partition (cf. List.partition);
wenzelm [Sat, 20 May 2006 23:37:02 +0200] rev 19691
removed obsolete partition (cf. List.partition); tuned;
Sat, 20 May 2006 23:37:00 +0200 class axiomatization: finals;
wenzelm [Sat, 20 May 2006 23:37:00 +0200] rev 19690
class axiomatization: finals;
Sat, 20 May 2006 23:36:59 +0200 abs: precise typing;
wenzelm [Sat, 20 May 2006 23:36:59 +0200] rev 19689
abs: precise typing;
Sat, 20 May 2006 23:36:57 +0200 added syntax for 'unchecked';
wenzelm [Sat, 20 May 2006 23:36:57 +0200] rev 19688
added syntax for 'unchecked';
Sat, 20 May 2006 23:36:56 +0200 primrec (unchecked);
wenzelm [Sat, 20 May 2006 23:36:56 +0200] rev 19687
primrec (unchecked);
Sat, 20 May 2006 23:36:55 +0200 List.partition;
wenzelm [Sat, 20 May 2006 23:36:55 +0200] rev 19686
List.partition;
Sat, 20 May 2006 23:36:53 +0200 ax_derivs: precise typing;
wenzelm [Sat, 20 May 2006 23:36:53 +0200] rev 19685
ax_derivs: precise typing;
Sat, 20 May 2006 23:36:51 +0200 pow: unchecked;
wenzelm [Sat, 20 May 2006 23:36:51 +0200] rev 19684
pow: unchecked;
Sat, 20 May 2006 23:36:49 +0200 removed obsolete 'finalconsts';
wenzelm [Sat, 20 May 2006 23:36:49 +0200] rev 19683
removed obsolete 'finalconsts';
Wed, 17 May 2006 22:36:08 +0200 * 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;
Wed, 17 May 2006 22:34:52 +0200 added CONST syntax;
wenzelm [Wed, 17 May 2006 22:34:52 +0200] rev 19681
added CONST syntax; tuned interfaces;
Wed, 17 May 2006 22:34:50 +0200 export generic term_syntax;
wenzelm [Wed, 17 May 2006 22:34:50 +0200] rev 19680
export generic term_syntax;
Wed, 17 May 2006 22:34:49 +0200 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;
Wed, 17 May 2006 22:34:47 +0200 added mapping;
wenzelm [Wed, 17 May 2006 22:34:47 +0200] rev 19678
added mapping;
Wed, 17 May 2006 22:34:45 +0200 replaced early'' flag by inverted authentic'';
wenzelm [Wed, 17 May 2006 22:34:45 +0200] rev 19677
replaced early'' flag by inverted authentic'';
Wed, 17 May 2006 22:34:44 +0200 renamed CONST to CONSTANT;
wenzelm [Wed, 17 May 2006 22:34:44 +0200] rev 19676
renamed CONST to CONSTANT;
Wed, 17 May 2006 12:28:47 +0200 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
Wed, 17 May 2006 01:23:48 +0200 const_syntax;
wenzelm [Wed, 17 May 2006 01:23:48 +0200] rev 19674
const_syntax;
Wed, 17 May 2006 01:23:46 +0200 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;
Wed, 17 May 2006 01:23:44 +0200 tuned;
wenzelm [Wed, 17 May 2006 01:23:44 +0200] rev 19672
tuned;
Wed, 17 May 2006 01:23:43 +0200 removed outdated/redundant comments;
wenzelm [Wed, 17 May 2006 01:23:43 +0200] rev 19671
removed outdated/redundant comments;
Wed, 17 May 2006 01:23:41 +0200 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;
Wed, 17 May 2006 01:23:40 +0200 tuned source/document;
wenzelm [Wed, 17 May 2006 01:23:40 +0200] rev 19669
tuned source/document;
Tue, 16 May 2006 21:34:06 +0200 hide const subst;
wenzelm [Tue, 16 May 2006 21:34:06 +0200] rev 19668
hide const subst;
Tue, 16 May 2006 21:33:26 +0200 tuned;
wenzelm [Tue, 16 May 2006 21:33:26 +0200] rev 19667
tuned;
Tue, 16 May 2006 21:33:24 +0200 const_syntax;
wenzelm [Tue, 16 May 2006 21:33:24 +0200] rev 19666
const_syntax;
Tue, 16 May 2006 21:33:23 +0200 * Isar/locale: 'const_syntax';
wenzelm [Tue, 16 May 2006 21:33:23 +0200] rev 19665
* Isar/locale: 'const_syntax';
Tue, 16 May 2006 21:33:21 +0200 added const_syntax(_i);
wenzelm [Tue, 16 May 2006 21:33:21 +0200] rev 19664
added const_syntax(_i);
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip