blanchet [Sun, 15 Dec 2013 18:01:38 +0100] rev 54753
use simplifier for rewrite
blanchet [Sun, 15 Dec 2013 18:01:38 +0100] rev 54752
more aggressive merging
blanchet [Sun, 15 Dec 2013 18:01:38 +0100] rev 54751
implemented Z3 skolemization
blanchet [Sun, 15 Dec 2013 18:01:38 +0100] rev 54750
inline Z3 hypotheses
blanchet [Sun, 15 Dec 2013 18:01:35 +0100] rev 54749
merge
blanchet [Sun, 15 Dec 2013 05:11:46 +0100] rev 54748
merge
blanchet [Sat, 14 Dec 2013 07:45:30 +0800] rev 54747
merged
blanchet [Sat, 14 Dec 2013 07:26:45 +0800] rev 54746
better handling of Z3 proof blocks
haftmann [Sun, 15 Dec 2013 15:10:16 +0100] rev 54745
disambiguation of interpretation prefixes
haftmann [Sun, 15 Dec 2013 15:10:14 +0100] rev 54744
more algebraic terminology for theories about big operators
wenzelm [Sat, 14 Dec 2013 20:46:36 +0100] rev 54743
more antiquotations;
wenzelm [Sat, 14 Dec 2013 17:28:05 +0100] rev 54742
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
clarified tool context in some boundary cases;
wenzelm [Fri, 13 Dec 2013 23:53:02 +0100] rev 54741
merged
wenzelm [Fri, 13 Dec 2013 20:20:15 +0100] rev 54740
maintain morphism names for diagnostic purposes;
wenzelm [Fri, 13 Dec 2013 14:58:47 +0100] rev 54739
tuned -- prefer canonical argument order of fold_rev;
wenzelm [Fri, 13 Dec 2013 14:15:52 +0100] rev 54738
proper simplifier context;
more standard "cert";
wenzelm [Fri, 13 Dec 2013 14:09:51 +0100] rev 54737
tuned;
wenzelm [Fri, 13 Dec 2013 13:59:01 +0100] rev 54736
tuned whitespace;
blanchet [Fri, 13 Dec 2013 22:54:39 +0800] rev 54735
made SML/NJ happy + whitespace tuning
wenzelm [Fri, 13 Dec 2013 12:31:45 +0100] rev 54734
clarified Proof General legacy: special treatment of \<^newline> only in TTY mode;
wenzelm [Thu, 12 Dec 2013 23:18:47 +0100] rev 54733
merged
wenzelm [Thu, 12 Dec 2013 22:56:28 +0100] rev 54732
discontinued legacy_isub_isup;
wenzelm [Thu, 12 Dec 2013 22:38:25 +0100] rev 54731
clarified Trace_Ops: global theory data avoids init of simpset in Pure.thy, which is important to act as neutral element in merge;
wenzelm [Thu, 12 Dec 2013 21:28:13 +0100] rev 54730
skeleton for Simplifier trace by Lars Hupel;
wenzelm [Thu, 12 Dec 2013 21:14:33 +0100] rev 54729
generic trace operations for main steps of Simplifier;
wenzelm [Thu, 12 Dec 2013 17:34:50 +0100] rev 54728
tuned signature;
wenzelm [Thu, 12 Dec 2013 16:56:53 +0100] rev 54727
tuned whitespace;
wenzelm [Thu, 12 Dec 2013 16:25:21 +0100] rev 54726
added missing file (cf. 124432e77ecf);
wenzelm [Thu, 12 Dec 2013 16:17:35 +0100] rev 54725
tuned whitespace;
wenzelm [Thu, 12 Dec 2013 14:35:31 +0100] rev 54724
removed dead code -- ctxt is never visible (see also 658fcba35ed7);
wenzelm [Thu, 12 Dec 2013 13:50:44 +0100] rev 54723
simplified polyml-5.5.2 setup -- implicit upgrade of Thread.numProcessors;
wenzelm [Thu, 12 Dec 2013 13:23:23 +0100] rev 54722
tuned message;
haftmann [Thu, 12 Dec 2013 17:02:52 +0100] rev 54721
be more explicit about pre- and postprocessor, particularly code_abbrev
traytel [Wed, 11 Dec 2013 17:30:51 +0100] rev 54720
removed obsolete codegen setup; Stream -> SCons; tuned
wenzelm [Wed, 11 Dec 2013 20:57:47 +0100] rev 54719
merged
wenzelm [Wed, 11 Dec 2013 20:38:39 +0100] rev 54718
tuned patterns;
wenzelm [Wed, 11 Dec 2013 18:02:22 +0100] rev 54717
support for polml-5.5.2;
support Thread.numPhysicalProcessors of polyml-5.5.2 (according to SVN 1890);
clarified max_threads: store plain value internally, reproduce result only on startup, and thus avoid potential system overhead;
blanchet [Wed, 11 Dec 2013 22:53:32 +0800] rev 54716
reverse order in which lines are selected, to ensure that the number of dependencies is accurate
blanchet [Wed, 11 Dec 2013 22:23:42 +0800] rev 54715
truncate proof once False is hit to avoid confusing the rest of the code (no idea why Z3 goes on)
blanchet [Wed, 11 Dec 2013 22:23:07 +0800] rev 54714
removed inlined rewriting'' for one-branch case splits in Isar proofs, since these can yield huge unreadable formulas
paulson [Wed, 11 Dec 2013 00:17:09 +0000] rev 54713
Fib: Who needs the int version?
blanchet [Tue, 10 Dec 2013 15:24:17 +0800] rev 54712
more work on Z3 Isar proofs
paulson [Mon, 09 Dec 2013 23:22:44 +0000] rev 54711
streamlined two proofs
wenzelm [Mon, 09 Dec 2013 23:16:10 +0100] rev 54710
merged
wenzelm [Mon, 09 Dec 2013 22:02:42 +0100] rev 54709
alternative hires icon;
haftmann [Mon, 09 Dec 2013 22:49:27 +0100] rev 54708
NEWS
haftmann [Sat, 07 Dec 2013 20:09:35 +0100] rev 54707
default code equations for make, fields, extend and truncate operations on records
wenzelm [Mon, 09 Dec 2013 21:32:45 +0100] rev 54706
browse directory hyperlink as well;
wenzelm [Mon, 09 Dec 2013 20:16:12 +0100] rev 54705
provide @{file_unchecked} in Isabelle/Pure;
wenzelm [Mon, 09 Dec 2013 12:27:18 +0100] rev 54704
tuned;
wenzelm [Mon, 09 Dec 2013 12:22:23 +0100] rev 54703
more antiquotations;
wenzelm [Mon, 09 Dec 2013 12:16:52 +0100] rev 54702
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
blanchet [Mon, 09 Dec 2013 09:44:57 +0100] rev 54701
tuning -- moved ML files to subdirectory
blanchet [Mon, 09 Dec 2013 06:33:46 +0100] rev 54700
adapted code for Z3 proof reconstruction
blanchet [Mon, 09 Dec 2013 05:06:48 +0100] rev 54699
useful debugging info
blanchet [Mon, 09 Dec 2013 04:44:59 +0100] rev 54698
disable generalization in MaSh until it is shown to help
blanchet [Mon, 09 Dec 2013 04:03:30 +0100] rev 54697
bugfixes to Python MaSh related to alternative features
blanchet [Mon, 09 Dec 2013 04:03:30 +0100] rev 54696
compile
blanchet [Mon, 09 Dec 2013 04:03:30 +0100] rev 54695
generate problems with type classes
blanchet [Mon, 09 Dec 2013 04:03:30 +0100] rev 54694
added warning to documentation, based on isabelle-users thread