Sat, 25 May 2013 15:44:29 +0200 weaker precendence of syntax for big intersection and union on sets
haftmann [Sat, 25 May 2013 15:44:29 +0200] rev 52141
weaker precendence of syntax for big intersection and union on sets
Sat, 25 May 2013 15:44:08 +0200 tuned structure
haftmann [Sat, 25 May 2013 15:44:08 +0200] rev 52140
tuned structure
Sat, 25 May 2013 13:59:08 +0200 add lemma
noschinl [Sat, 25 May 2013 13:59:08 +0200] rev 52139
add lemma
Fri, 24 May 2013 23:57:24 +0200 bookkeeping and input syntax for exact specification of names of symbols in generated code
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52138
bookkeeping and input syntax for exact specification of names of symbols in generated code
Fri, 24 May 2013 23:57:24 +0200 use generic data for code symbols for unified "code_printing" syntax for custom serialisations
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52137
use generic data for code symbols for unified "code_printing" syntax for custom serialisations
Fri, 24 May 2013 23:57:24 +0200 dedicated module for code symbol data
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52136
dedicated module for code symbol data
Fri, 24 May 2013 23:57:24 +0200 symbol data covers class relations also
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52135
symbol data covers class relations also
Fri, 24 May 2013 22:07:01 +0200 merged
wenzelm [Fri, 24 May 2013 22:07:01 +0200] rev 52134
merged
Fri, 24 May 2013 17:14:06 +0200 proper internal error, not user error;
wenzelm [Fri, 24 May 2013 17:14:06 +0200] rev 52133
proper internal error, not user error;
Fri, 24 May 2013 17:04:04 +0200 tuned;
wenzelm [Fri, 24 May 2013 17:04:04 +0200] rev 52132
tuned;
Fri, 24 May 2013 17:00:46 +0200 tuned signature;
wenzelm [Fri, 24 May 2013 17:00:46 +0200] rev 52131
tuned signature;
Fri, 24 May 2013 16:42:57 +0200 tuned;
wenzelm [Fri, 24 May 2013 16:42:57 +0200] rev 52130
tuned;
Fri, 24 May 2013 15:32:02 +0200 unify types of bound variables in the same manner as Unify.new_dpair (which emphatically "Tries to unify types of the bound variables!");
wenzelm [Fri, 24 May 2013 15:32:02 +0200] rev 52129
unify types of bound variables in the same manner as Unify.new_dpair (which emphatically "Tries to unify types of the bound variables!");
Fri, 24 May 2013 15:13:25 +0200 tuned signature -- slightly more general operations (cf. term.ML);
wenzelm [Fri, 24 May 2013 15:13:25 +0200] rev 52128
tuned signature -- slightly more general operations (cf. term.ML);
Fri, 24 May 2013 14:31:44 +0200 re-use Pattern.unify_types, including its trace_unify_fail option;
wenzelm [Fri, 24 May 2013 14:31:44 +0200] rev 52127
re-use Pattern.unify_types, including its trace_unify_fail option;
Fri, 24 May 2013 14:00:10 +0200 tuned signature;
wenzelm [Fri, 24 May 2013 14:00:10 +0200] rev 52126
tuned signature; tuned comments;
Fri, 24 May 2013 16:43:37 +0200 improved handling of free variables' types in Isar proofs
blanchet [Fri, 24 May 2013 16:43:37 +0200] rev 52125
improved handling of free variables' types in Isar proofs
Fri, 24 May 2013 11:08:25 +0200 pass noninteractive flag -- necessary to run under CASC's "runsolver" program
blanchet [Fri, 24 May 2013 11:08:25 +0200] rev 52124
pass noninteractive flag -- necessary to run under CASC's "runsolver" program
Fri, 24 May 2013 11:08:22 +0200 untabify
blanchet [Fri, 24 May 2013 11:08:22 +0200] rev 52123
untabify
Thu, 23 May 2013 14:22:49 +0200 more lemmas for sorted_list_of_set
noschinl [Thu, 23 May 2013 14:22:49 +0200] rev 52122
more lemmas for sorted_list_of_set
Thu, 23 May 2013 13:51:21 +1000 prefer object equality
kleing [Thu, 23 May 2013 13:51:21 +1000] rev 52121
prefer object equality
Thu, 23 May 2013 11:39:40 +1000 slightly clearer formulation
kleing [Thu, 23 May 2013 11:39:40 +1000] rev 52120
slightly clearer formulation
Wed, 22 May 2013 22:56:17 +0200 interpretation must always operate on the last element in a local theory stack, not on all elements: interpretated facts must disappear after pop from local theory stack, and transfer from last target is not enough
haftmann [Wed, 22 May 2013 22:56:17 +0200] rev 52119
interpretation must always operate on the last element in a local theory stack, not on all elements: interpretated facts must disappear after pop from local theory stack, and transfer from last target is not enough
Wed, 22 May 2013 22:56:17 +0200 mark local theory as brittle also after interpretation inside locales;
haftmann [Wed, 22 May 2013 22:56:17 +0200] rev 52118
mark local theory as brittle also after interpretation inside locales; more correct bookkeeping on brittleness: must store directly beside lthy data, with implicit default true for levels > 1; check brittleness only during context switch using (in ...) syntax, not for arbitrary exit of local theory
Wed, 22 May 2013 19:44:51 +0200 merged
wenzelm [Wed, 22 May 2013 19:44:51 +0200] rev 52117
merged
Wed, 22 May 2013 18:10:54 +0200 added isabelle_scala_script wrapper -- NB: portable hash-bang allows exactly one executable, without additional arguments;
wenzelm [Wed, 22 May 2013 18:10:54 +0200] rev 52116
added isabelle_scala_script wrapper -- NB: portable hash-bang allows exactly one executable, without additional arguments;
Wed, 22 May 2013 16:47:48 +0200 tuned signature;
wenzelm [Wed, 22 May 2013 16:47:48 +0200] rev 52115
tuned signature;
Wed, 22 May 2013 16:42:13 +0200 more informative Build.build_results;
wenzelm [Wed, 22 May 2013 16:42:13 +0200] rev 52114
more informative Build.build_results; tuned;
Wed, 22 May 2013 16:13:52 +0200 stop protocol handlers as well;
wenzelm [Wed, 22 May 2013 16:13:52 +0200] rev 52113
stop protocol handlers as well;
Wed, 22 May 2013 16:01:08 +0200 more robust command line -- accomodate /bin/kill on recent Linux (e.g. Xubuntu 13.04):
wenzelm [Wed, 22 May 2013 16:01:08 +0200] rev 52112
more robust command line -- accomodate /bin/kill on recent Linux (e.g. Xubuntu 13.04):
Wed, 22 May 2013 14:10:45 +0200 explicit management of Session.Protocol_Handlers, with protocol state and functions;
wenzelm [Wed, 22 May 2013 14:10:45 +0200] rev 52111
explicit management of Session.Protocol_Handlers, with protocol state and functions; more self-contained ML/Scala module Invoke_Scala;
Wed, 22 May 2013 12:39:09 +0200 prevent pretty printer from automatically annotating numerals
smolkas [Wed, 22 May 2013 12:39:09 +0200] rev 52110
prevent pretty printer from automatically annotating numerals
Wed, 22 May 2013 12:39:07 +0200 tuned
smolkas [Wed, 22 May 2013 12:39:07 +0200] rev 52109
tuned
Wed, 22 May 2013 08:46:39 +0200 simplified example and proof
nipkow [Wed, 22 May 2013 08:46:39 +0200] rev 52108
simplified example and proof
Wed, 22 May 2013 00:30:36 +0200 tuned
nipkow [Wed, 22 May 2013 00:30:36 +0200] rev 52107
tuned
Tue, 21 May 2013 21:05:10 +0200 tuned messages;
wenzelm [Tue, 21 May 2013 21:05:10 +0200] rev 52106
tuned messages;
Tue, 21 May 2013 18:03:36 +0200 proper options;
wenzelm [Tue, 21 May 2013 18:03:36 +0200] rev 52105
proper options; tuned;
Tue, 21 May 2013 17:55:28 +0200 proper options;
wenzelm [Tue, 21 May 2013 17:55:28 +0200] rev 52104
proper options;
Tue, 21 May 2013 17:45:53 +0200 more markup;
wenzelm [Tue, 21 May 2013 17:45:53 +0200] rev 52103
more markup;
Tue, 21 May 2013 16:51:16 +0200 tuned;
wenzelm [Tue, 21 May 2013 16:51:16 +0200] rev 52102
tuned;
Tue, 21 May 2013 16:47:18 +0200 less intrusive rendering of antiquoted text -- avoid visual clash with "blue variables" in particular;
wenzelm [Tue, 21 May 2013 16:47:18 +0200] rev 52101
less intrusive rendering of antiquoted text -- avoid visual clash with "blue variables" in particular;
Tue, 21 May 2013 13:22:47 +0200 proper context;
wenzelm [Tue, 21 May 2013 13:22:47 +0200] rev 52100
proper context;
Tue, 21 May 2013 12:03:05 +0200 make SML/NJ happy;
wenzelm [Tue, 21 May 2013 12:03:05 +0200] rev 52099
make SML/NJ happy;
Tue, 21 May 2013 11:01:14 +0200 added CASC-related files, to keep a public record of the Isabelle submission at the competition
blanchet [Tue, 21 May 2013 11:01:14 +0200] rev 52098
added CASC-related files, to keep a public record of the Isabelle submission at the competition
Tue, 21 May 2013 09:02:58 +0200 disabled choice in Satallax
blanchet [Tue, 21 May 2013 09:02:58 +0200] rev 52097
disabled choice in Satallax
Tue, 21 May 2013 09:02:58 +0200 use HOL-TPTP image in TPTP tools (for less verbose and faster startup) and filter out some messages
blanchet [Tue, 21 May 2013 09:02:58 +0200] rev 52096
use HOL-TPTP image in TPTP tools (for less verbose and faster startup) and filter out some messages
Tue, 21 May 2013 09:02:58 +0200 prefer compiled version of LEO-II and Satallax if available
blanchet [Tue, 21 May 2013 09:02:58 +0200] rev 52095
prefer compiled version of LEO-II and Satallax if available
Tue, 21 May 2013 09:02:58 +0200 updated remote provers
blanchet [Tue, 21 May 2013 09:02:58 +0200] rev 52094
updated remote provers
(0) -30000 -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 tip