wenzelm [Sun, 12 Sep 2010 22:28:59 +0200] rev 39292
Type_Infer.preterm: eliminated separate Constraint;
wenzelm [Sun, 12 Sep 2010 21:24:23 +0200] rev 39291
Type_Infer.infer_types: plain error instead of kernel exception TYPE;
wenzelm [Sun, 12 Sep 2010 20:47:47 +0200] rev 39290
load type_infer.ML later -- proper context for Type_Infer.infer_types;
renamed Type_Infer.polymorphicT to Type.mark_polymorphic;
wenzelm [Sun, 12 Sep 2010 19:55:45 +0200] rev 39289
common Type.appl_error, which also covers explicit constraints;
wenzelm [Sun, 12 Sep 2010 19:04:02 +0200] rev 39288
eliminated aliases of Type.constraint;
wenzelm [Sun, 12 Sep 2010 17:39:02 +0200] rev 39287
tuned;
wenzelm [Sun, 12 Sep 2010 16:06:03 +0200] rev 39286
tuned messages;
tuned comments;
wenzelm [Fri, 10 Sep 2010 23:11:58 +0200] rev 39285
avoid extra wrapping for interrupts;
wenzelm [Thu, 09 Sep 2010 21:44:52 +0200] rev 39284
tuned markup;
wenzelm [Fri, 10 Sep 2010 15:55:09 +0200] rev 39283
updated keywords;
wenzelm [Fri, 10 Sep 2010 15:48:43 +0200] rev 39282
proper antiquotations;
wenzelm [Fri, 10 Sep 2010 15:42:14 +0200] rev 39281
fixed antiquotation;
wenzelm [Fri, 10 Sep 2010 15:39:55 +0200] rev 39280
updated generated file;
wenzelm [Fri, 10 Sep 2010 15:38:54 +0200] rev 39279
updated config options;
wenzelm [Fri, 10 Sep 2010 15:36:49 +0200] rev 39278
removed spurious addition from 9e58f0499f57;
wenzelm [Fri, 10 Sep 2010 15:17:44 +0200] rev 39277
merged
krauss [Fri, 10 Sep 2010 14:37:57 +0200] rev 39276
improved error message for common mistake (fun f where "g x = ...")
bulwahn [Fri, 10 Sep 2010 10:59:10 +0200] rev 39275
adding another String.literal example
bulwahn [Fri, 10 Sep 2010 10:59:09 +0200] rev 39274
fiddling with the correct setup for String.literal
bulwahn [Fri, 10 Sep 2010 10:59:07 +0200] rev 39273
refactoring mode inference so that the theory is not changed in the mode inference procedure
haftmann [Fri, 10 Sep 2010 10:21:25 +0200] rev 39272
Haskell == is infix, not infixl
haftmann [Fri, 10 Sep 2010 09:56:28 +0200] rev 39271
more correct dependencies
blanchet [Thu, 09 Sep 2010 20:58:46 +0200] rev 39270
merged
blanchet [Thu, 09 Sep 2010 20:11:52 +0200] rev 39269
use definitional CNF for the goal if at least one of the premisses would lead to too many clauses in Meson
blanchet [Thu, 09 Sep 2010 20:09:43 +0200] rev 39268
use the Meson cutoff as the cutoff for using definitional CNF -- it's simpler that way
blanchet [Thu, 09 Sep 2010 18:53:55 +0200] rev 39267
clarify comment
blanchet [Thu, 09 Sep 2010 18:50:23 +0200] rev 39266
improve on 65903ec4e8e8: fix more "add_ffpair" exceptions in failed ATP proofs
blanchet [Thu, 09 Sep 2010 18:22:04 +0200] rev 39265
allow Sledgehammer proofs containing nameless local facts with schematic variables in them
blanchet [Thu, 09 Sep 2010 16:32:28 +0200] rev 39264
tuning
blanchet [Thu, 09 Sep 2010 16:27:36 +0200] rev 39263
more precise error messages when Vampire is interrupted or SPASS runs into an internal bug
blanchet [Thu, 09 Sep 2010 16:06:11 +0200] rev 39262
better error reporting when the Sledgehammer minimizer is interrupted
blanchet [Thu, 09 Sep 2010 14:47:06 +0200] rev 39261
add cutoff beyond which facts are handled using definitional CNF
blanchet [Thu, 09 Sep 2010 12:28:00 +0200] rev 39260
"resurrected" a Metis proof
blanchet [Thu, 09 Sep 2010 12:24:43 +0200] rev 39259
replace two slow "metis" proofs with faster proofs
blanchet [Wed, 08 Sep 2010 19:22:37 +0200] rev 39258
workaround to avoid subtle "add_ffpairs" unification exception in Sledgehammer;
to reproduce the old bug, replace the command
by(rule new_Addr_SomeD)
on line 27 of Jinja/J/TypeSafe.thy with
by (metis new_Addr_SomeD)
blanchet [Wed, 08 Sep 2010 19:20:52 +0200] rev 39257
improve SInE-E failure message
bulwahn [Thu, 09 Sep 2010 17:58:11 +0200] rev 39256
merged
bulwahn [Thu, 09 Sep 2010 17:23:08 +0200] rev 39255
adding an example with integers and String.literals
bulwahn [Thu, 09 Sep 2010 17:23:07 +0200] rev 39254
adding an example to show how code_pred must be invoked with locales
bulwahn [Thu, 09 Sep 2010 17:23:03 +0200] rev 39253
removing report from the arguments of the quickcheck functions and refering to it by picking it from the context
bulwahn [Thu, 09 Sep 2010 16:43:57 +0200] rev 39252
changing the container for the quickcheck options to a generic data
paulson [Thu, 09 Sep 2010 16:47:03 +0100] rev 39251
Tidied up proofs using sledgehammer, also deleting unnecessary semicolons
bulwahn [Thu, 09 Sep 2010 14:38:14 +0200] rev 39250
changing String.literal to a type instead of a datatype
bulwahn [Thu, 09 Sep 2010 11:10:44 +0200] rev 39249
increasing the number of iterations to ensure to find a counterexample by random generation
haftmann [Thu, 09 Sep 2010 09:11:13 +0200] rev 39248
only conceal primitive definition theorems, not predicate names
haftmann [Wed, 08 Sep 2010 19:23:23 +0200] rev 39247
merged
haftmann [Wed, 08 Sep 2010 19:21:46 +0200] rev 39246
modernized primrec
wenzelm [Fri, 10 Sep 2010 15:16:51 +0200] rev 39245
Markup_Tree is already scalable;
wenzelm [Fri, 10 Sep 2010 15:05:30 +0200] rev 39244
Isabelle_Markup.tooltip: explicit indication of ML;
wenzelm [Fri, 10 Sep 2010 14:54:08 +0200] rev 39243
Future.promise: more robust treatment of concurrent abort vs. fulfill (amending 047c96f41455);
wenzelm [Fri, 10 Sep 2010 12:39:20 +0200] rev 39242
primitive use_text: let interrupts pass unhindered;
wenzelm [Thu, 09 Sep 2010 21:30:33 +0200] rev 39241
Isabelle.load_icon with some sanity checks;
wenzelm [Thu, 09 Sep 2010 20:09:13 +0200] rev 39240
ML_Compiler.eval: reported positions need to contain offset, to avoid displaced reports due to synthesized line numbers;
wenzelm [Thu, 09 Sep 2010 18:32:21 +0200] rev 39239
NEWS: some notes on interrupts;
wenzelm [Thu, 09 Sep 2010 18:21:06 +0200] rev 39238
refined Runtime.toplevel_error/Document.run_command: let interrupts pass unhindered;
wenzelm [Thu, 09 Sep 2010 18:18:34 +0200] rev 39237
removed dead code;