blanchet [Thu, 24 Jun 2010 18:22:15 +0200] rev 37543
a76ace919f1c wasn't quite right; second try
blanchet [Thu, 24 Jun 2010 18:04:31 +0200] rev 37542
merge
blanchet [Thu, 24 Jun 2010 17:57:36 +0200] rev 37541
never include anything from the Sledgehammer theory in the relevant facts + killed two obsolete facts
blanchet [Thu, 24 Jun 2010 17:27:18 +0200] rev 37540
better eta-expansion in Sledgehammer's clausification;
make the eta-expansion code more robust in the face of polymorphic arguments + make eta-expansion happen more often, since it first-orderizes things
blanchet [Thu, 24 Jun 2010 17:25:47 +0200] rev 37539
cosmetics
blanchet [Thu, 24 Jun 2010 10:38:01 +0200] rev 37538
make sure that theorems passed using "add:" to Sledgehammer are not eliminated on heuristic grounds
blanchet [Wed, 23 Jun 2010 18:43:50 +0200] rev 37537
improve the new "natural formula" fact filter
wenzelm [Fri, 25 Jun 2010 11:48:37 +0200] rev 37536
explicit treatment of UTF8 sequences as Isabelle symbols;
wenzelm [Thu, 24 Jun 2010 23:20:47 +0200] rev 37535
ML pretty printing of type string according to (quasi-abstract) YXML markup and symbols (including UTF8);
wenzelm [Thu, 24 Jun 2010 22:58:45 +0200] rev 37534
escape UTF8 symbols for the ML compiler;
wenzelm [Thu, 24 Jun 2010 21:57:18 +0200] rev 37533
explicit treatment of UTF8 character sequences as Isabelle symbols;
Christian Urban <urbanc@in.tum.de> [Thu, 24 Jun 2010 16:27:40 +0100] rev 37532
slight cleaning and simplification of the automatic wrapper for quotient definitions
wenzelm [Thu, 24 Jun 2010 17:01:52 +0200] rev 37531
merged
Christian Urban <urbanc@in.tum.de> [Thu, 24 Jun 2010 12:33:51 +0100] rev 37530
export of proper information in the ML-interface of the quotient package
wenzelm [Thu, 24 Jun 2010 14:31:46 +0200] rev 37529
treat Pretty.T as strictly abstract type;
wenzelm [Thu, 24 Jun 2010 14:31:01 +0200] rev 37528
slightly more standard data merge: Symtax.merge (K true) avoids equality on abstract type Pretty.T and gracefully accepts overriding, Symtab.join prefers first entry as usual;
wenzelm [Thu, 24 Jun 2010 14:19:08 +0200] rev 37527
avoid equality on abstract type Pretty.T;
wenzelm [Thu, 24 Jun 2010 13:31:26 +0200] rev 37526
notes on packaging;
wenzelm [Thu, 24 Jun 2010 12:24:35 +0200] rev 37525
misc tuning;
wenzelm [Thu, 24 Jun 2010 12:16:39 +0200] rev 37524
tuned auxiliary structures;
wenzelm [Thu, 24 Jun 2010 11:28:34 +0200] rev 37523
Net.encode_type;
wenzelm [Thu, 24 Jun 2010 11:08:21 +0200] rev 37522
more accurate dependencies;
haftmann [Thu, 24 Jun 2010 09:04:50 +0200] rev 37521
made smlnj happy
blanchet [Wed, 23 Jun 2010 16:28:12 +0200] rev 37520
fix syntax bug in the TPTP output, by ensuring that "hBOOL" is correctly used for n-ary predicates even if (n + k)-ary occurrences of the same predicate, but with a different type, occur in the same problem
blanchet [Wed, 23 Jun 2010 15:35:18 +0200] rev 37519
renamed for easier grep
blanchet [Wed, 23 Jun 2010 15:32:11 +0200] rev 37518
use Skolem inlining also in the nonpolymorphic case, as a step toward simplifying the source code
blanchet [Wed, 23 Jun 2010 15:06:40 +0200] rev 37517
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet [Wed, 23 Jun 2010 14:36:23 +0200] rev 37516
have "metis" method and "metis_tac" fall back on "metisFT" upon failure, following a suggestion by Larry