Mon, 13 Sep 2010 13:20:18 +0200 wenzelm tuned signature;
Mon, 13 Sep 2010 12:42:08 +0200 wenzelm Type_Infer.finish: index 0 -- freshness supposedly via Name.invents;
Mon, 13 Sep 2010 11:35:55 +0200 wenzelm simplified Type_Infer: eliminated separate datatypes pretyp/preterm -- only assign is_paramT TVars;
Mon, 13 Sep 2010 00:10:29 +0200 wenzelm tuned;
Sun, 12 Sep 2010 22:28:59 +0200 wenzelm Type_Infer.preterm: eliminated separate Constraint;
Sun, 12 Sep 2010 21:24:23 +0200 wenzelm Type_Infer.infer_types: plain error instead of kernel exception TYPE;
Sun, 12 Sep 2010 20:47:47 +0200 wenzelm load type_infer.ML later -- proper context for Type_Infer.infer_types;
Sun, 12 Sep 2010 19:55:45 +0200 wenzelm common Type.appl_error, which also covers explicit constraints;
Sun, 12 Sep 2010 19:04:02 +0200 wenzelm eliminated aliases of Type.constraint;
Sun, 12 Sep 2010 17:39:02 +0200 wenzelm tuned;
Sun, 12 Sep 2010 16:06:03 +0200 wenzelm tuned messages;
Fri, 10 Sep 2010 23:11:58 +0200 wenzelm avoid extra wrapping for interrupts;
Thu, 09 Sep 2010 21:44:52 +0200 wenzelm tuned markup;
Mon, 13 Sep 2010 11:13:25 +0200 nipkow merged
Mon, 13 Sep 2010 11:13:15 +0200 nipkow renamed lemmas: ext_iff -> fun_eq_iff, set_ext_iff -> set_eq_iff, set_ext -> set_eqI
Mon, 13 Sep 2010 08:43:48 +0200 nipkow added and renamed lemmas
Mon, 13 Sep 2010 09:29:43 +0200 bulwahn merged
Fri, 10 Sep 2010 17:53:25 +0200 bulwahn directly computing the values of interest instead of composing functions in an unintelligent way that causes exponential much garbage; using the latest theory
Mon, 13 Sep 2010 06:02:47 +0200 boehmes added preliminary support for SMT datatypes (for now restricted to tuples and lists); only the Z3 interface (in oracle mode) makes use of it, there is especially no Z3 proof reconstruction support for datatypes yet
Fri, 10 Sep 2010 23:56:35 +0200 krauss use eta-contracted version for occurrence check (avoids possible non-termination)
Fri, 10 Sep 2010 15:55:09 +0200 wenzelm updated keywords;
Fri, 10 Sep 2010 15:48:43 +0200 wenzelm proper antiquotations;
Fri, 10 Sep 2010 15:42:14 +0200 wenzelm fixed antiquotation;
Fri, 10 Sep 2010 15:39:55 +0200 wenzelm updated generated file;
Fri, 10 Sep 2010 15:38:54 +0200 wenzelm updated config options;
Fri, 10 Sep 2010 15:36:49 +0200 wenzelm removed spurious addition from 9e58f0499f57;
Fri, 10 Sep 2010 15:17:44 +0200 wenzelm merged
Fri, 10 Sep 2010 15:16:51 +0200 wenzelm Markup_Tree is already scalable;
Fri, 10 Sep 2010 15:05:30 +0200 wenzelm Isabelle_Markup.tooltip: explicit indication of ML;
Fri, 10 Sep 2010 14:54:08 +0200 wenzelm Future.promise: more robust treatment of concurrent abort vs. fulfill (amending 047c96f41455);
Fri, 10 Sep 2010 12:39:20 +0200 wenzelm primitive use_text: let interrupts pass unhindered;
Thu, 09 Sep 2010 21:30:33 +0200 wenzelm Isabelle.load_icon with some sanity checks;
Thu, 09 Sep 2010 20:09:13 +0200 wenzelm ML_Compiler.eval: reported positions need to contain offset, to avoid displaced reports due to synthesized line numbers;
Thu, 09 Sep 2010 18:32:21 +0200 wenzelm NEWS: some notes on interrupts;
Thu, 09 Sep 2010 18:21:06 +0200 wenzelm refined Runtime.toplevel_error/Document.run_command: let interrupts pass unhindered;
Thu, 09 Sep 2010 18:18:34 +0200 wenzelm removed dead code;
Thu, 09 Sep 2010 18:17:34 +0200 wenzelm avoid handling interrupts in user code;
Thu, 09 Sep 2010 18:04:35 +0200 wenzelm Meson.make_clauses_unsorted: removed spurious debug code stemming from 5146d640aa4a -- must not handle arbitrary exceptions in user space;
Thu, 09 Sep 2010 18:00:16 +0200 wenzelm main command loops are supposed to be uninterruptible -- no special treatment here;
Thu, 09 Sep 2010 17:38:45 +0200 wenzelm Exn.is_interrupt: include interrupts that have passed through the IO layer;
Thu, 09 Sep 2010 17:20:27 +0200 wenzelm more abstract treatment of interrupts in structure Exn -- hardly ever need to mention Interrupt literally;
Thu, 09 Sep 2010 11:05:52 +0200 wenzelm avoid mixing of static and runtime errors in compiler output, to accomodate Proof General;
Wed, 08 Sep 2010 23:52:24 +0200 wenzelm ML_Compiler.eval: discontinued extra "Static Errors" of raw Poly/ML;
Wed, 08 Sep 2010 23:40:48 +0200 wenzelm isabelle-jedit.css: suppress "location" markup, which indicates extra positional information intended for plain-old TTY mode;
Wed, 08 Sep 2010 23:34:40 +0200 wenzelm ML_Compiler.eval: more careful printing of messages and regular output, trying to accomodate Poly/ML, Proof General, Isabelle/Scala/jEdit at the same time;
Wed, 08 Sep 2010 22:30:29 +0200 wenzelm clarified -- inlined ML_Env.local_context;
Fri, 10 Sep 2010 14:37:57 +0200 krauss improved error message for common mistake (fun f where "g x = ...")
Fri, 10 Sep 2010 10:59:10 +0200 bulwahn adding another String.literal example
Fri, 10 Sep 2010 10:59:09 +0200 bulwahn fiddling with the correct setup for String.literal
Fri, 10 Sep 2010 10:59:07 +0200 bulwahn refactoring mode inference so that the theory is not changed in the mode inference procedure
Fri, 10 Sep 2010 10:21:25 +0200 haftmann Haskell == is infix, not infixl
Fri, 10 Sep 2010 09:56:28 +0200 haftmann more correct dependencies
Thu, 09 Sep 2010 20:58:46 +0200 blanchet merged
Thu, 09 Sep 2010 20:11:52 +0200 blanchet use definitional CNF for the goal if at least one of the premisses would lead to too many clauses in Meson
Thu, 09 Sep 2010 20:09:43 +0200 blanchet use the Meson cutoff as the cutoff for using definitional CNF -- it's simpler that way
Thu, 09 Sep 2010 18:53:55 +0200 blanchet clarify comment
Thu, 09 Sep 2010 18:50:23 +0200 blanchet improve on 65903ec4e8e8: fix more "add_ffpair" exceptions in failed ATP proofs
Thu, 09 Sep 2010 18:22:04 +0200 blanchet allow Sledgehammer proofs containing nameless local facts with schematic variables in them
Thu, 09 Sep 2010 16:32:28 +0200 blanchet tuning
Thu, 09 Sep 2010 16:27:36 +0200 blanchet more precise error messages when Vampire is interrupted or SPASS runs into an internal bug