Mon, 13 May 2013 13:01:10 +0200 |
wenzelm |
clarified message when subgoals have been stripped -- unconditional;
|
changeset |
files
|
Mon, 13 May 2013 12:40:17 +0200 |
wenzelm |
retain goal display options when printing error messages, to avoid breakdown for huge goals;
|
changeset |
files
|
Mon, 13 May 2013 15:22:19 +0200 |
kuncar |
typo
|
changeset |
files
|
Mon, 13 May 2013 13:59:04 +0200 |
kuncar |
better support for domains in Lifting/Transfer = replace Domainp T by the actual invariant in a transferred goal
|
changeset |
files
|
Mon, 13 May 2013 12:13:24 +0200 |
kuncar |
try to detect assumptions of transfer rules that are in a shape of a transfer rule
|
changeset |
files
|
Mon, 13 May 2013 12:13:24 +0200 |
kuncar |
publish a private function
|
changeset |
files
|
Mon, 13 May 2013 06:50:37 +0200 |
nipkow |
tuned names
|
changeset |
files
|
Sun, 12 May 2013 20:58:01 +0200 |
wenzelm |
re-init ISABELLE_PROCESS_OPTIONS to allow nested ISABELLE_PROCESS invocations, e.g. HOL-Mutabelle-ex;
|
changeset |
files
|
Sun, 12 May 2013 20:46:17 +0200 |
wenzelm |
more standard Isabelle/ML operations -- avoid inaccurate Bool.fromString;
|
changeset |
files
|
Sun, 12 May 2013 20:30:34 +0200 |
wenzelm |
prefer standard Isabelle/ML operations;
|
changeset |
files
|
Sun, 12 May 2013 20:25:45 +0200 |
wenzelm |
some system options as context-sensitive config options;
|
changeset |
files
|
Sun, 12 May 2013 19:56:30 +0200 |
wenzelm |
load options for regular isabelle-process, not just for Isar loop (relevant for numerous low-level tools) -- NB: Isabelle_Process manages options via protocol message;
|
changeset |
files
|
Sun, 12 May 2013 18:22:44 +0200 |
wenzelm |
support for system options as context-sensitive config options;
|
changeset |
files
|
Sun, 12 May 2013 18:20:16 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Sun, 12 May 2013 17:56:53 +0200 |
wenzelm |
tuned comments;
|
changeset |
files
|
Sun, 12 May 2013 17:51:34 +0200 |
wenzelm |
support for options as preferences;
|
changeset |
files
|
Sun, 12 May 2013 17:42:36 +0200 |
wenzelm |
more operations in accordance to Scala version;
|
changeset |
files
|
Sun, 12 May 2013 15:08:11 +0200 |
wenzelm |
more systematic access to options default;
|
changeset |
files
|
Sun, 12 May 2013 15:05:15 +0200 |
wenzelm |
full default options for Isabelle_Process and Build;
|
changeset |
files
|
Sun, 12 May 2013 14:25:16 +0200 |
wenzelm |
decentralized historic settings;
|
changeset |
files
|
Sun, 12 May 2013 13:56:21 +0200 |
wenzelm |
removed obsolete test_markup;
|
changeset |
files
|
Sun, 12 May 2013 13:46:41 +0200 |
wenzelm |
Proof General interaction always uses Isar loop;
|
changeset |
files
|
Sun, 12 May 2013 13:08:23 +0200 |
wenzelm |
proper context;
|
changeset |
files
|
Sat, 11 May 2013 22:20:59 +0200 |
wenzelm |
merged
|
changeset |
files
|
Sat, 11 May 2013 22:17:18 +0200 |
wenzelm |
more direct PGIP/Emacs processing and output;
|
changeset |
files
|
Sat, 11 May 2013 21:34:53 +0200 |
wenzelm |
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;
|
changeset |
files
|
Sat, 11 May 2013 20:10:24 +0200 |
wenzelm |
removed redundant modules;
|
changeset |
files
|
Sat, 11 May 2013 18:45:38 +0200 |
wenzelm |
removed some obsolete PGIP/PGEclipse material;
|
changeset |
files
|
Sat, 11 May 2013 18:16:17 +0200 |
wenzelm |
never open structure Unsynchronized (cf. "implementation" manual);
|
changeset |
files
|
Sat, 11 May 2013 16:57:18 +0200 |
wenzelm |
prefer explicitly qualified exceptions, which is particular important for robust handlers;
|
changeset |
files
|
Sat, 11 May 2013 16:13:08 +0200 |
wenzelm |
avoid PolyML.makestring, even in dead code;
|
changeset |
files
|
Sat, 11 May 2013 16:00:24 +0200 |
blanchet |
fixed bug introduced when reintroducing set constructor, and visible when applying <= to 2- or more-ary relations, e.g. "(R::'a=>'a=>bool) <= R"
|
changeset |
files
|
Fri, 10 May 2013 19:41:23 +0200 |
kuncar |
don't apply an unnecessary morphism
|
changeset |
files
|
Fri, 10 May 2013 06:34:29 +0200 |
nipkow |
tuned
|
changeset |
files
|
Thu, 09 May 2013 20:44:37 +0200 |
traytel |
relator coinduction for codatatypes
|
changeset |
files
|
Thu, 09 May 2013 03:58:28 +0200 |
nipkow |
standard ivl notation [l,h]
|
changeset |
files
|
Thu, 09 May 2013 02:42:51 +0200 |
nipkow |
merged
|
changeset |
files
|
Wed, 08 May 2013 12:06:04 +0200 |
nipkow |
tuned
|
changeset |
files
|
Wed, 08 May 2013 19:16:43 +0200 |
blanchet |
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
|
changeset |
files
|
Wed, 08 May 2013 16:38:02 +0200 |
blanchet |
proper unmangling -- the bug is visible when "uncurried_aliases" is enabled with Alt-Ergo or Poly. SPASS
|
changeset |
files
|
Wed, 08 May 2013 15:47:19 +0200 |
blanchet |
use right default for "uncurried_aliases" with polymorphic SPASS
|
changeset |
files
|
Wed, 08 May 2013 13:33:04 +0200 |
traytel |
relator induction for datatypes
|
changeset |
files
|
Wed, 08 May 2013 11:57:42 +0200 |
traytel |
store proper theorems even for fixed points that have no passive live variables
|
changeset |
files
|
Wed, 08 May 2013 09:45:30 +0200 |
traytel |
stronger monotonicity property for relators
|
changeset |
files
|
Wed, 08 May 2013 09:39:30 +0200 |
traytel |
make tactic actually work for op = as relator
|
changeset |
files
|
Wed, 08 May 2013 06:14:11 +0200 |
nipkow |
tuned
|
changeset |
files
|
Wed, 08 May 2013 04:16:44 +0200 |
nipkow |
hide Fin on output
|
changeset |
files
|
Tue, 07 May 2013 21:37:40 +0200 |
blanchet |
removed dead argument
|
changeset |
files
|
Tue, 07 May 2013 21:09:47 +0200 |
blanchet |
more robust iterator construction (needed for mutualized FPs)
|
changeset |
files
|
Tue, 07 May 2013 21:09:46 +0200 |
blanchet |
tuning
|
changeset |
files
|
Tue, 07 May 2013 18:40:23 +0200 |
traytel |
removed dead internal constants/theorems
|
changeset |
files
|
Tue, 07 May 2013 17:35:29 +0200 |
blanchet |
removed tracing
|
changeset |
files
|
Tue, 07 May 2013 17:29:23 +0200 |
blanchet |
export one more function
|
changeset |
files
|
Tue, 07 May 2013 17:07:37 +0200 |
blanchet |
added field to record
|
changeset |
files
|
Tue, 07 May 2013 16:43:17 +0200 |
blanchet |
tuning
|
changeset |
files
|
Tue, 07 May 2013 16:18:42 +0200 |
blanchet |
removed dead code
|
changeset |
files
|
Tue, 07 May 2013 16:15:21 +0200 |
blanchet |
move function to library
|
changeset |
files
|
Tue, 07 May 2013 15:40:00 +0200 |
blanchet |
tuning
|
changeset |
files
|
Tue, 07 May 2013 15:32:12 +0200 |
blanchet |
more
|
changeset |
files
|
Tue, 07 May 2013 15:31:58 +0200 |
blanchet |
tuning
|
changeset |
files
|