wenzelm [Sun, 12 May 2013 17:42:36 +0200] rev 51943
more operations in accordance to Scala version;
wenzelm [Sun, 12 May 2013 15:08:11 +0200] rev 51942
more systematic access to options default;
wenzelm [Sun, 12 May 2013 15:05:15 +0200] rev 51941
full default options for Isabelle_Process and Build;
wenzelm [Sun, 12 May 2013 14:25:16 +0200] rev 51940
decentralized historic settings;
wenzelm [Sun, 12 May 2013 13:56:21 +0200] rev 51939
removed obsolete test_markup;
tuned;
wenzelm [Sun, 12 May 2013 13:46:41 +0200] rev 51938
Proof General interaction always uses Isar loop;
pass Isabelle/Scala options to Proof General process as well;
wenzelm [Sun, 12 May 2013 13:08:23 +0200] rev 51937
proper context;
wenzelm [Sat, 11 May 2013 22:20:59 +0200] rev 51936
merged
wenzelm [Sat, 11 May 2013 22:17:18 +0200] rev 51935
more direct PGIP/Emacs processing and output;
wenzelm [Sat, 11 May 2013 21:34:53 +0200] rev 51934
more direct interpretation of "askprefs" and "setpref", which appear to be the only PGIP command used in PG 3.7.1.1, 4.1, 4.2;
wenzelm [Sat, 11 May 2013 20:10:24 +0200] rev 51933
removed redundant modules;
wenzelm [Sat, 11 May 2013 18:45:38 +0200] rev 51932
removed some obsolete PGIP/PGEclipse material;
wenzelm [Sat, 11 May 2013 18:16:17 +0200] rev 51931
never open structure Unsynchronized (cf. "implementation" manual);
wenzelm [Sat, 11 May 2013 16:57:18 +0200] rev 51930
prefer explicitly qualified exceptions, which is particular important for robust handlers;
wenzelm [Sat, 11 May 2013 16:13:08 +0200] rev 51929
avoid PolyML.makestring, even in dead code;
blanchet [Sat, 11 May 2013 16:00:24 +0200] rev 51928
fixed bug introduced when reintroducing set constructor, and visible when applying <= to 2- or more-ary relations, e.g. "(R::'a=>'a=>bool) <= R"
kuncar [Fri, 10 May 2013 19:41:23 +0200] rev 51927
don't apply an unnecessary morphism
nipkow [Fri, 10 May 2013 06:34:29 +0200] rev 51926
tuned
traytel [Thu, 09 May 2013 20:44:37 +0200] rev 51925
relator coinduction for codatatypes
nipkow [Thu, 09 May 2013 03:58:28 +0200] rev 51924
standard ivl notation [l,h]
nipkow [Thu, 09 May 2013 02:42:51 +0200] rev 51923
merged
nipkow [Wed, 08 May 2013 12:06:04 +0200] rev 51922
tuned
blanchet [Wed, 08 May 2013 19:16:43 +0200] rev 51921
avoid polymorphic uncurried aliases with more arguments than there are arguments in the most general type of a HOL constant, to dodge issues at declaration time
blanchet [Wed, 08 May 2013 16:38:02 +0200] rev 51920
proper unmangling -- the bug is visible when "uncurried_aliases" is enabled with Alt-Ergo or Poly. SPASS
blanchet [Wed, 08 May 2013 15:47:19 +0200] rev 51919
use right default for "uncurried_aliases" with polymorphic SPASS
traytel [Wed, 08 May 2013 13:33:04 +0200] rev 51918
relator induction for datatypes
traytel [Wed, 08 May 2013 11:57:42 +0200] rev 51917
store proper theorems even for fixed points that have no passive live variables
traytel [Wed, 08 May 2013 09:45:30 +0200] rev 51916
stronger monotonicity property for relators
traytel [Wed, 08 May 2013 09:39:30 +0200] rev 51915
make tactic actually work for op = as relator
nipkow [Wed, 08 May 2013 06:14:11 +0200] rev 51914
tuned