wenzelm [Fri, 24 May 2013 17:04:04 +0200] rev 52132
tuned;
wenzelm [Fri, 24 May 2013 17:00:46 +0200] rev 52131
tuned signature;
wenzelm [Fri, 24 May 2013 16:42:57 +0200] rev 52130
tuned;
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!");
wenzelm [Fri, 24 May 2013 15:13:25 +0200] rev 52128
tuned signature -- slightly more general operations (cf. term.ML);
wenzelm [Fri, 24 May 2013 14:31:44 +0200] rev 52127
re-use Pattern.unify_types, including its trace_unify_fail option;
wenzelm [Fri, 24 May 2013 14:00:10 +0200] rev 52126
tuned signature;
tuned comments;
blanchet [Fri, 24 May 2013 16:43:37 +0200] rev 52125
improved handling of free variables' types in Isar proofs
blanchet [Fri, 24 May 2013 11:08:25 +0200] rev 52124
pass noninteractive flag -- necessary to run under CASC's "runsolver" program
blanchet [Fri, 24 May 2013 11:08:22 +0200] rev 52123
untabify
noschinl [Thu, 23 May 2013 14:22:49 +0200] rev 52122
more lemmas for sorted_list_of_set
kleing [Thu, 23 May 2013 13:51:21 +1000] rev 52121
prefer object equality
kleing [Thu, 23 May 2013 11:39:40 +1000] rev 52120
slightly clearer formulation
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
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
wenzelm [Wed, 22 May 2013 19:44:51 +0200] rev 52117
merged
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;
wenzelm [Wed, 22 May 2013 16:47:48 +0200] rev 52115
tuned signature;
wenzelm [Wed, 22 May 2013 16:42:13 +0200] rev 52114
more informative Build.build_results;
tuned;
wenzelm [Wed, 22 May 2013 16:13:52 +0200] rev 52113
stop protocol handlers as well;
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):
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;
smolkas [Wed, 22 May 2013 12:39:09 +0200] rev 52110
prevent pretty printer from automatically annotating numerals
smolkas [Wed, 22 May 2013 12:39:07 +0200] rev 52109
tuned
nipkow [Wed, 22 May 2013 08:46:39 +0200] rev 52108
simplified example and proof
nipkow [Wed, 22 May 2013 00:30:36 +0200] rev 52107
tuned
wenzelm [Tue, 21 May 2013 21:05:10 +0200] rev 52106
tuned messages;
wenzelm [Tue, 21 May 2013 18:03:36 +0200] rev 52105
proper options;
tuned;
wenzelm [Tue, 21 May 2013 17:55:28 +0200] rev 52104
proper options;
wenzelm [Tue, 21 May 2013 17:45:53 +0200] rev 52103
more markup;