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;
paulson [Fri, 12 Oct 2007 15:46:29 +0200] rev 25008
preventing eta-redexes in theorems from causing failure
paulson [Fri, 12 Oct 2007 15:45:42 +0200] rev 25007
trying to make it run faster
paulson [Fri, 12 Oct 2007 15:45:13 +0200] rev 25006
calling the correct interface
wenzelm [Fri, 12 Oct 2007 15:21:12 +0200] rev 25005
replaced syntax/translations by abbreviation;
haftmann [Fri, 12 Oct 2007 15:00:21 +0200] rev 25004
updated
haftmann [Fri, 12 Oct 2007 14:42:31 +0200] rev 25003
dropped local_syntax
haftmann [Fri, 12 Oct 2007 14:42:30 +0200] rev 25002
tuned
haftmann [Fri, 12 Oct 2007 14:42:29 +0200] rev 25001
(intermediate quickfix)
haftmann [Fri, 12 Oct 2007 10:29:02 +0200] rev 25000
removed
haftmann [Fri, 12 Oct 2007 10:26:18 +0200] rev 24999
added
paulson [Fri, 12 Oct 2007 10:24:49 +0200] rev 24998
metis calls
haftmann [Fri, 12 Oct 2007 08:31:57 +0200] rev 24997
updated
haftmann [Fri, 12 Oct 2007 08:25:48 +0200] rev 24996
moved class power to theory Power
haftmann [Fri, 12 Oct 2007 08:25:47 +0200] rev 24995
refined; moved class power to theory Power
haftmann [Fri, 12 Oct 2007 08:21:09 +0200] rev 24994
consolidated naming conventions for code generator theories
haftmann [Fri, 12 Oct 2007 08:20:46 +0200] rev 24993
class div inherits from class times
haftmann [Fri, 12 Oct 2007 08:20:45 +0200] rev 24992
code_include replaces code_moduleprolog
haftmann [Fri, 12 Oct 2007 08:20:43 +0200] rev 24991
added subclass command
wenzelm [Thu, 11 Oct 2007 23:03:51 +0200] rev 24990
enabled Refute_Examples again;
wenzelm [Thu, 11 Oct 2007 23:03:11 +0200] rev 24989
local_axioms: impose hyps stemming from local consts as well
(otherwise the axioms will be more general than expected!);