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;
wenzelm [Mon, 22 May 2006 21:27:01 +0200] rev 19696
export raw_unifys, could_unifys;
wenzelm [Sat, 20 May 2006 23:45:37 +0200] rev 19695
made smlnj happy;
wenzelm [Sat, 20 May 2006 23:37:04 +0200] rev 19694
export raw_matches;
wenzelm [Sat, 20 May 2006 23:37:03 +0200] rev 19693
tuned Defs interfaces;
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;
wenzelm [Sat, 20 May 2006 23:37:02 +0200] rev 19691
removed obsolete partition (cf. List.partition);
tuned;
wenzelm [Sat, 20 May 2006 23:37:00 +0200] rev 19690
class axiomatization: finals;
wenzelm [Sat, 20 May 2006 23:36:59 +0200] rev 19689
abs: precise typing;
wenzelm [Sat, 20 May 2006 23:36:57 +0200] rev 19688
added syntax for 'unchecked';
wenzelm [Sat, 20 May 2006 23:36:56 +0200] rev 19687
primrec (unchecked);
wenzelm [Sat, 20 May 2006 23:36:55 +0200] rev 19686
List.partition;
wenzelm [Sat, 20 May 2006 23:36:53 +0200] rev 19685
ax_derivs: precise typing;
wenzelm [Sat, 20 May 2006 23:36:51 +0200] rev 19684
pow: unchecked;
wenzelm [Sat, 20 May 2006 23:36:49 +0200] rev 19683
removed obsolete 'finalconsts';
wenzelm [Wed, 17 May 2006 22:36:08 +0200] rev 19682
* Pure: syntax 'CONST name' produces a fully internalized constant;
tuned;
wenzelm [Wed, 17 May 2006 22:34:52 +0200] rev 19681
added CONST syntax;
tuned interfaces;
wenzelm [Wed, 17 May 2006 22:34:50 +0200] rev 19680
export generic term_syntax;
wenzelm [Wed, 17 May 2006 22:34:49 +0200] rev 19679
consts: replaced early'' flag by inverted authentic'';
tuned interfaces;
wenzelm [Wed, 17 May 2006 22:34:47 +0200] rev 19678
added mapping;
wenzelm [Wed, 17 May 2006 22:34:45 +0200] rev 19677
replaced early'' flag by inverted authentic'';
wenzelm [Wed, 17 May 2006 22:34:44 +0200] rev 19676
renamed CONST to CONSTANT;
paulson [Wed, 17 May 2006 12:28:47 +0200] rev 19675
removing the string array from the result of get_clasimp_atp_lemmas
wenzelm [Wed, 17 May 2006 01:23:48 +0200] rev 19674
const_syntax;
wenzelm [Wed, 17 May 2006 01:23:46 +0200] rev 19673
always preserve authentic consts -- removed Syntax.mixfix_const;
wenzelm [Wed, 17 May 2006 01:23:44 +0200] rev 19672
tuned;
wenzelm [Wed, 17 May 2006 01:23:43 +0200] rev 19671
removed outdated/redundant comments;
wenzelm [Wed, 17 May 2006 01:23:41 +0200] rev 19670
prefer 'definition' over low-level defs;
tuned source/document;
wenzelm [Wed, 17 May 2006 01:23:40 +0200] rev 19669
tuned source/document;
wenzelm [Tue, 16 May 2006 21:34:06 +0200] rev 19668
hide const subst;