blanchet [Mon, 27 Jun 2011 14:56:31 +0200] rev 43574
document "sound" option
blanchet [Mon, 27 Jun 2011 14:56:29 +0200] rev 43573
minor Sledgehammer news
blanchet [Mon, 27 Jun 2011 14:56:28 +0200] rev 43572
added "sound" option to force Sledgehammer to be pedantically sound
blanchet [Mon, 27 Jun 2011 14:56:26 +0200] rev 43571
removed "full_types" option from documentation
blanchet [Mon, 27 Jun 2011 14:56:10 +0200] rev 43570
document changes to Sledgehammer and "try"
blanchet [Mon, 27 Jun 2011 13:52:47 +0200] rev 43569
removed "full_types" option from Sledgehammer, now that virtually sound encodings are used as the default anyway
blanchet [Mon, 27 Jun 2011 13:52:47 +0200] rev 43568
clarify warning message to avoid confusing beginners
blanchet [Mon, 27 Jun 2011 13:52:47 +0200] rev 43567
remove experimental trimming feature -- it slowed down things on Linux for some reason
blanchet [Mon, 27 Jun 2011 13:52:47 +0200] rev 43566
filter out some tautologies using an ATP, especially for those theories that are known for producing such things
wenzelm [Mon, 27 Jun 2011 22:23:44 +0200] rev 43565
NEWS;
wenzelm [Mon, 27 Jun 2011 22:20:49 +0200] rev 43564
document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm [Mon, 27 Jun 2011 17:51:28 +0200] rev 43563
proper checking of @{ML_antiquotation};
wenzelm [Mon, 27 Jun 2011 17:20:24 +0200] rev 43562
hide rather short auxiliary names, which can easily occur in user theories;
wenzelm [Mon, 27 Jun 2011 17:06:06 +0200] rev 43561
updated generated file;
wenzelm [Mon, 27 Jun 2011 16:53:31 +0200] rev 43560
ML antiquotations are managed as theory data, with proper name space and entity markup;
clarified Name_Space.check;
wenzelm [Mon, 27 Jun 2011 15:03:55 +0200] rev 43559
old gensym is now legacy -- global state is out of fashion, and its result is not guaranteed to be fresh;
wenzelm [Mon, 27 Jun 2011 15:01:08 +0200] rev 43558
parallel Syntax.parse, which is rather slow;
wenzelm [Mon, 27 Jun 2011 14:38:58 +0200] rev 43557
markup binding like class, which is the only special markup where Proof General (including version 4.1) allows "isar-long-id-stuff";
hoelzl [Mon, 27 Jun 2011 09:42:46 +0200] rev 43556
move conditional expectation to its own theory file
boehmes [Sun, 26 Jun 2011 19:10:03 +0200] rev 43555
updated SMT certificates
boehmes [Sun, 26 Jun 2011 19:10:02 +0200] rev 43554
generalized introduction of explicit application constant: consider more functions as possible witness/instance of quantifiers than before (a constant of type T1 -> T2 -> T3 should be considered to have a rank less or equal to 1 if variables of type T2 -> T3 occur bound in a problem);
maintain extra-logical information when introducing explicit application;
handle let-expressions properly
wenzelm [Sat, 25 Jun 2011 20:03:07 +0200] rev 43553
proper tokens only if session is ready;
wenzelm [Sat, 25 Jun 2011 19:38:35 +0200] rev 43552
entity markup for "type", "constant";
wenzelm [Sat, 25 Jun 2011 19:19:13 +0200] rev 43551
clarified Markup.CLASS vs. HTML.CLASS;
wenzelm [Sat, 25 Jun 2011 18:29:51 +0200] rev 43550
tuned color, to avoid confusion with type variables;
wenzelm [Sat, 25 Jun 2011 18:24:52 +0200] rev 43549
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm [Sat, 25 Jun 2011 18:15:36 +0200] rev 43548
type classes: entity markup instead of old-style token markup;
wenzelm [Sat, 25 Jun 2011 17:17:49 +0200] rev 43547
clarified Binding.pretty/print: no quotes, only markup -- Binding.str_of is rendered obsolete;