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
webertj [Fri, 12 Oct 2007 22:00:47 +0200] rev 25014
significant code overhaul, bugfix for inductive data types
wenzelm [Fri, 12 Oct 2007 21:37:00 +0200] rev 25013
added generic provide_file;
tuned;
wenzelm [Fri, 12 Oct 2007 20:21:58 +0200] rev 25012
pass explicit target record -- more informative peek operation;
removed obsolete hide_abbrev;
misc tuning;
wenzelm [Fri, 12 Oct 2007 20:21:57 +0200] rev 25011
more informative TheoryTarget.peek operation;
wenzelm [Fri, 12 Oct 2007 20:21:56 +0200] rev 25010
fork_mixfix: explicit bool argument;
wenzelm [Fri, 12 Oct 2007 18:09:12 +0200] rev 25009
eval_term: moved actual evaluation out of CRITICAL section;