wenzelm [Wed, 24 May 2006 22:15:07 +0200] rev 19715
tuned;
wenzelm [Wed, 24 May 2006 22:13:50 +0200] rev 19714
tuned;
wenzelm [Wed, 24 May 2006 22:04:06 +0200] rev 19713
made smlnj happy;
wenzelm [Wed, 24 May 2006 21:58:09 +0200] rev 19712
wellformed: be less ambitious about structural containment;
tuned;
wenzelm [Wed, 24 May 2006 21:58:07 +0200] rev 19711
Pure: update on overloaded defs;
berghofe [Wed, 24 May 2006 10:02:36 +0200] rev 19710
Extended strong induction rule with additional
freshness constraints.
huffman [Wed, 24 May 2006 01:47:25 +0200] rev 19709
add theorem cfcomp_strict
wenzelm [Wed, 24 May 2006 01:05:02 +0200] rev 19708
added add_deps, which actually records dependencies of consts (unlike add_finals);
tuned;
wenzelm [Wed, 24 May 2006 01:05:01 +0200] rev 19707
tuned;
wenzelm [Wed, 24 May 2006 01:04:59 +0200] rev 19706
axiomatize class: Theory.add_deps;
wenzelm [Wed, 24 May 2006 01:04:57 +0200] rev 19705
simplified info/get_info;
Rep/Abs: Theory.add_deps;
tuned;
wenzelm [Wed, 24 May 2006 01:04:55 +0200] rev 19704
simplified TypedefPackage.get_info;
wenzelm [Tue, 23 May 2006 14:00:06 +0200] rev 19703
made smlnj happy;
wenzelm [Tue, 23 May 2006 13:55:02 +0200] rev 19702
pretty_full_theory: tuned output of definitions;
wenzelm [Tue, 23 May 2006 13:55:01 +0200] rev 19701
export plain_args;
tuned wellformed, normalize;
wenzelm [Mon, 22 May 2006 22:29:19 +0200] rev 19700
Defs.specifications_of: lhs/rhs now use typargs;
wenzelm [Mon, 22 May 2006 22:29:18 +0200] rev 19699
removed unchecked'';
wenzelm [Mon, 22 May 2006 22:29:16 +0200] rev 19698
pretty_full_theory: defs;
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;