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;
wenzelm [Sat, 13 Oct 2007 17:16:42 +0200] rev 25019
add_abbrevs: unvarify result;
wenzelm [Sat, 13 Oct 2007 17:16:41 +0200] rev 25018
replaced obsolete Theory.add_finals_i by Theory.add_deps;
wenzelm [Sat, 13 Oct 2007 17:16:40 +0200] rev 25017
Theory.specify_const: added deps argument;
wenzelm [Sat, 13 Oct 2007 17:16:39 +0200] rev 25016
renamed LocalTheory.def to LocalTheory.define;
webertj [Fri, 12 Oct 2007 22:01:56 +0200] rev 25015
typo in comment fixed