Sat, 16 Jul 2011 00:01:17 +0200 Cezary Kaliszyk HOL/Import: Fix errors with _mk_list
Fri, 15 Jul 2011 16:51:01 +0200 wenzelm Element.activate: leave check of binding where actually applied to the context -- allow internal qualifications, or non-identifier fact names like "assumes *: A" (see also 1183951365de);
Fri, 15 Jul 2011 14:07:12 +0200 wenzelm simplified malformed YXML markup -- special controls are visible in IsabelleText font;
Fri, 15 Jul 2011 13:29:00 +0200 wenzelm less ambitious ProofGeneral markup, which occasionally breaks plain-old regexps in elisp;
Fri, 15 Jul 2011 13:28:16 +0200 wenzelm more robust Binding.pretty/print in typical error sitations with spaces etc. (NB: markup can only provide *additional* emphasis and is occasionally suppressed in TTY mode or tooltips);
Fri, 15 Jul 2011 00:49:38 +0200 wenzelm more visible printing of empty binding;
Fri, 15 Jul 2011 00:03:47 +0200 wenzelm do not check vacous bindings, which routinely occur in locale expressions and long theorem statements etc.;
Thu, 14 Jul 2011 23:05:25 +0200 wenzelm more quotes;
Thu, 14 Jul 2011 22:53:43 +0200 wenzelm merged
Thu, 14 Jul 2011 22:08:11 +0200 krauss added missing dependencies;
Thu, 14 Jul 2011 19:43:45 +0200 haftmann merged
Thu, 14 Jul 2011 17:15:24 +0200 haftmann merged
Thu, 14 Jul 2011 17:14:54 +0200 haftmann tuned notation and proofs
Thu, 14 Jul 2011 17:29:30 +0200 blanchet move error logic closer to user
Thu, 14 Jul 2011 17:29:30 +0200 blanchet allow lambda-lifting without triggers
Thu, 14 Jul 2011 16:50:05 +0200 blanchet move lambda translation option from ATP to Sledgehammer, to avoid accidentally breaking Metis (its reconstruction code can only deal with combinators)
Thu, 14 Jul 2011 16:50:05 +0200 blanchet added option to control which lambda translation to use (for experiments)
Thu, 14 Jul 2011 15:14:38 +0200 blanchet fix subtle type inference bug in Metis -- different occurrences of the same Skolem might need to be typed differently, using paramify_vars overconstraints the typing problem
Thu, 14 Jul 2011 15:14:38 +0200 blanchet use monomorphic encoding as fallback, since they tend to produce fewer type errors
Thu, 14 Jul 2011 15:14:38 +0200 blanchet don't generate Waldmeister problems with only a conjecture, since it makes it crash sometimes
Thu, 14 Jul 2011 15:14:37 +0200 blanchet clearer unsound message
Thu, 14 Jul 2011 15:14:37 +0200 blanchet clarify fine soundness point
Thu, 14 Jul 2011 15:14:37 +0200 blanchet always unfold "Let"s is Sledgehammer, Metis, and MESON
Thu, 14 Jul 2011 15:14:37 +0200 blanchet unbreak Nitrox's parsing
Thu, 14 Jul 2011 00:21:56 +0200 haftmann merged
Thu, 14 Jul 2011 00:20:43 +0200 haftmann tuned lemma positions and proofs
Thu, 14 Jul 2011 00:16:41 +0200 haftmann tuned notation
Wed, 13 Jul 2011 23:49:56 +0200 haftmann uniqueness lemmas for bot and top
Wed, 13 Jul 2011 23:41:13 +0200 haftmann adjusted to tightened specification of classes bot and top
Wed, 13 Jul 2011 19:43:12 +0200 haftmann moved lemmas bot_less and less_top to classes bot and top respectively
Wed, 13 Jul 2011 19:40:18 +0200 haftmann tightened specification of classes bot and top: uniqueness of top and bot elements
Wed, 13 Jul 2011 22:16:19 +0200 blanchet honor the TPTP environment variable as the root of include relative paths -- that's a weird convention but without it Nitrox will fail at CASC
Wed, 13 Jul 2011 22:16:19 +0200 blanchet better temp name creation for Nitrox -- still very hackish though, but should get us through CASC-23 and CASC-J6
Wed, 13 Jul 2011 22:16:19 +0200 blanchet more exhaustive testing in Nitrox
Wed, 13 Jul 2011 22:16:19 +0200 blanchet no timeout for Nitrox
Wed, 13 Jul 2011 22:16:19 +0200 blanchet avoid relying on piping to "isabelle tty", because this gives errors on some Linuxes about the standard input not being a tty
Wed, 13 Jul 2011 22:16:19 +0200 blanchet added arithmetic decision procedure to CASC setup
Wed, 13 Jul 2011 22:16:19 +0200 blanchet added some arithmetic functions, for THF with arithmetic
Wed, 13 Jul 2011 22:16:19 +0200 blanchet pull in arithmetic theories
Wed, 13 Jul 2011 22:16:19 +0200 blanchet cleanly separate TPTP related files from other examples
Wed, 13 Jul 2011 21:59:54 +0200 bulwahn increasing timeout to avoid spurious failures
Wed, 13 Jul 2011 18:36:11 +0200 haftmann merged
Wed, 13 Jul 2011 07:26:31 +0200 haftmann more generalization towards complete lattices
Wed, 13 Jul 2011 15:50:45 +0200 krauss experimental variants of Library/Cset.thy and Library/Dlist_Cset.thy defined via quotient package
Wed, 13 Jul 2011 04:00:32 +0900 Cezary Kaliszyk merge
Wed, 13 Jul 2011 11:31:36 +0900 Cezary Kaliszyk Tuned
Thu, 14 Jul 2011 22:30:31 +0200 wenzelm more precise integer Markup.properties/XML.attributes: disallow ML-style ~ minus;
Wed, 13 Jul 2011 22:05:55 +0200 wenzelm added term_sharing.ML;
Wed, 13 Jul 2011 21:44:15 +0200 wenzelm recovered some runtime sharing from d6b6c74a8bcf, without the global memory bottleneck;
Wed, 13 Jul 2011 20:36:18 +0200 wenzelm sub-structural sharing after Syntax.check phase, with global interning of logical entities (the latter is relevant when bypassing default parsing via YXML);
Wed, 13 Jul 2011 20:13:27 +0200 wenzelm low-level tuning;
Wed, 13 Jul 2011 16:42:14 +0200 wenzelm Table.lookup_key and Graph.get_entry allow to retrieve the original key, which is not necessarily identical to the given one;
Wed, 13 Jul 2011 10:57:09 +0200 wenzelm XML.pretty with depth limit;
Tue, 12 Jul 2011 23:22:22 +0200 wenzelm more thorough Variable.check_name: Binding.check for logical entities within the term language;
Tue, 12 Jul 2011 23:20:34 +0200 wenzelm tuned;
Tue, 12 Jul 2011 20:53:14 +0200 wenzelm merged
Wed, 13 Jul 2011 00:43:07 +0900 Cezary Kaliszyk Update HOLLightCompat
Wed, 13 Jul 2011 00:29:33 +0900 Cezary Kaliszyk Update files generated in HOL/Import/HOLLight
Wed, 13 Jul 2011 00:23:24 +0900 Cezary Kaliszyk HOL/Import for HOLLight revival: Proper theory headers, update generation scripts to SVN version of HOL Light, add some constant maps and compatibility theorems
Tue, 12 Jul 2011 20:11:11 +0200 wenzelm ML pp for XML.tree;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip