wenzelm [Mon, 15 Oct 2007 21:08:37 +0200] rev 25043
unparse_arity: unparse type constructor as well;
wenzelm [Mon, 15 Oct 2007 21:08:36 +0200] rev 25042
renamed Consts.the_declaration to Consts.the_type;
wenzelm [Mon, 15 Oct 2007 21:08:35 +0200] rev 25041
renamed the_declaration to the_type;
added type_scheme, which covers proper consts and abbreviations (like typargs);
tuned;
haftmann [Mon, 15 Oct 2007 15:29:46 +0200] rev 25040
tuned
haftmann [Mon, 15 Oct 2007 15:29:45 +0200] rev 25039
swapped constant components
haftmann [Mon, 15 Oct 2007 15:29:43 +0200] rev 25038
canonical interpretation interface
haftmann [Mon, 15 Oct 2007 15:29:41 +0200] rev 25037
prefer first constant component on merge
haftmann [Mon, 15 Oct 2007 15:29:39 +0200] rev 25036
explicit parameter for class finite
wenzelm [Mon, 15 Oct 2007 12:25:33 +0200] rev 25035
tuned comment;
wenzelm [Mon, 15 Oct 2007 12:10:31 +0200] rev 25034
more on authentic syntax;
wenzelm [Mon, 15 Oct 2007 11:59:19 +0200] rev 25033
updated method "ferrack";
webertj [Mon, 15 Oct 2007 01:57:50 +0200] rev 25032
interpreter for List.append added again
webertj [Mon, 15 Oct 2007 01:36:22 +0200] rev 25031
quick_and_dirty (again) not touched anymore
wenzelm [Sun, 14 Oct 2007 16:13:46 +0200] rev 25030
require_thy: read_text *after* checking parents
(otherwise outdating an existing descendant will leave the dependencies corrupted);
wenzelm [Sun, 14 Oct 2007 16:13:45 +0200] rev 25029
gen_add_inductive_i: treat abbrevs as local defs, expand by export;
tuned;
wenzelm [Sun, 14 Oct 2007 00:18:11 +0200] rev 25028
tuned various Class interfaces;
tuned;
wenzelm [Sun, 14 Oct 2007 00:18:09 +0200] rev 25027
removed obsolete Class.class_of_locale/locale_of_class;
wenzelm [Sun, 14 Oct 2007 00:18:07 +0200] rev 25026
tuned;
wenzelm [Sun, 14 Oct 2007 00:18:06 +0200] rev 25025
added add_def;
wenzelm [Sun, 14 Oct 2007 00:18:05 +0200] rev 25024
added is_class;
tuned signature of add_const/abbrev_in_class;
removed obsolete class_of_locale/locale_of_class;
tuned name prefixing: Sign.full_name does the job;
wenzelm [Sat, 13 Oct 2007 17:16:46 +0200] rev 25023
PolyML.Compiler.maxInlineSize := 80;
wenzelm [Sat, 13 Oct 2007 17:16:45 +0200] rev 25022
abbrev: return hypothetical def;
replaced obsolete Theory.add_finals_i by Theory.add_deps;
misc cleanup;
wenzelm [Sat, 13 Oct 2007 17:16:44 +0200] rev 25021
renamed def to define;
abbrev: return hypothetical def;
wenzelm [Sat, 13 Oct 2007 17:16:44 +0200] rev 25020
(un)overload: full rewrite;
use Attrib.attribute_i for internal args;
misc tuning;