haftmann [Wed, 18 Aug 2010 11:18:23 +0200] rev 38510
stub for evaluation chapter
haftmann [Wed, 18 Aug 2010 10:07:57 +0200] rev 38509
updated generated document
haftmann [Wed, 18 Aug 2010 10:07:56 +0200] rev 38508
dropped errorneous underscore
haftmann [Wed, 18 Aug 2010 10:07:56 +0200] rev 38507
output whitespace tuning
haftmann [Wed, 18 Aug 2010 10:07:56 +0200] rev 38506
use command_def
haftmann [Wed, 18 Aug 2010 09:55:00 +0200] rev 38505
use command_def vs. command more consciously
haftmann [Wed, 18 Aug 2010 09:46:59 +0200] rev 38504
removed Code_Prolog: modifies global environment setup non-conservatively
haftmann [Wed, 18 Aug 2010 09:46:59 +0200] rev 38503
pretty constraint syntax; tuned theory imports
haftmann [Wed, 18 Aug 2010 09:46:59 +0200] rev 38502
added quick and dirty section on invariants
haftmann [Wed, 18 Aug 2010 09:46:58 +0200] rev 38501
base on HOL-Library
haftmann [Tue, 17 Aug 2010 19:36:39 +0200] rev 38500
more antiquotations
haftmann [Tue, 17 Aug 2010 19:36:38 +0200] rev 38499
deglobalization
webertj [Tue, 17 Aug 2010 17:57:19 +0100] rev 38498
Tuned.
blanchet [Tue, 17 Aug 2010 18:18:14 +0200] rev 38497
merged
blanchet [Tue, 17 Aug 2010 18:15:21 +0200] rev 38496
repair translation of "c_fequal"
blanchet [Tue, 17 Aug 2010 18:14:50 +0200] rev 38495
tweaking
haftmann [Tue, 17 Aug 2010 17:54:55 +0200] rev 38494
merged
haftmann [Tue, 17 Aug 2010 17:54:46 +0200] rev 38493
enforcing a singleton type inference parameter after type inference and before fixation prevents multiple type variables in import during class declaration
blanchet [Tue, 17 Aug 2010 17:01:31 +0200] rev 38492
merged
blanchet [Tue, 17 Aug 2010 16:49:51 +0200] rev 38491
invoke Variable.export/import_term on the entire formula, to make sure that schematic variables don't get different indices in different subterms;
this resulted in a subtle soundness bug in Sledgehammer -- introduced by the transition to FOF
blanchet [Tue, 17 Aug 2010 16:47:40 +0200] rev 38490
tuning
blanchet [Tue, 17 Aug 2010 16:46:43 +0200] rev 38489
more parentheses in TPTP formulas, just in case
blanchet [Tue, 17 Aug 2010 14:37:16 +0200] rev 38488
handle E's Skolem constants more gracefully
blanchet [Tue, 17 Aug 2010 14:35:44 +0200] rev 38487
improve detection of old Vampire versions
wenzelm [Thu, 19 Aug 2010 17:40:44 +0200] rev 38486
Markup_Tree.select: crude version of stream-based filtering;
wenzelm [Thu, 19 Aug 2010 17:37:13 +0200] rev 38485
Text.Range: improved handling of singularities;
wenzelm [Thu, 19 Aug 2010 14:52:25 +0200] rev 38484
tuned XML.content: Stream based iteration is supposed to be declarative *and* efficient;
wenzelm [Thu, 19 Aug 2010 12:51:48 +0200] rev 38483
moved Isar_Document to Pure/PIDE;