haftmann [Fri, 26 Nov 2010 22:33:21 +0100] rev 40726
keep type variable arguments of datatype constructors in bookkeeping
blanchet [Fri, 26 Nov 2010 22:36:55 +0100] rev 40725
document changes in Nitpick and MESON/Metis
blanchet [Fri, 26 Nov 2010 22:36:24 +0100] rev 40724
renamed "trace_me{son,tis}" and "verbose_metis" to have the name of the tool first
blanchet [Fri, 26 Nov 2010 22:22:07 +0100] rev 40723
put facts found by SMT solver in alphabetical order and omit chained facts, as was done already for ATP proofs
wenzelm [Fri, 26 Nov 2010 22:29:41 +0100] rev 40722
make two copies (!) of Library.UnequalLengths coincide with ListPair.UnequalLengths;
wenzelm [Fri, 26 Nov 2010 22:04:33 +0100] rev 40721
just one version of fold_rev2;
wenzelm [Fri, 26 Nov 2010 21:31:46 +0100] rev 40720
explicit use of unprefix;
wenzelm [Fri, 26 Nov 2010 21:09:36 +0100] rev 40719
keep private things private, without comments;
wenzelm [Fri, 26 Nov 2010 20:52:21 +0100] rev 40718
eliminated some clones of eq_list;
nipkow [Fri, 26 Nov 2010 18:07:00 +0100] rev 40717
merged
nipkow [Fri, 26 Nov 2010 18:06:48 +0100] rev 40716
new lemma
wenzelm [Fri, 26 Nov 2010 17:54:15 +0100] rev 40715
lemma trans_sym allows single-step "normalization" in Isar, e.g. via moreover/ultimately;
wenzelm [Fri, 26 Nov 2010 16:28:34 +0100] rev 40714
prefer non-classical eliminations in Pure reasoning, notably "rule" steps;
wenzelm [Fri, 26 Nov 2010 14:40:33 +0100] rev 40713
discontinued global "Isabelle" symlink, to make each distribution even more self-contained;
wenzelm [Fri, 26 Nov 2010 14:19:16 +0100] rev 40712
more correct spelling;
haftmann [Fri, 26 Nov 2010 12:03:18 +0100] rev 40711
globbing constant expressions use more idiomatic underscore rather than star
haftmann [Fri, 26 Nov 2010 12:03:17 +0100] rev 40710
globbing constant expressions use more idiomatic underscore rather than star;
precised
haftmann [Fri, 26 Nov 2010 11:38:20 +0100] rev 40709
datatype constructor glob for code_reflect
haftmann [Fri, 26 Nov 2010 11:06:49 +0100] rev 40708
merged
haftmann [Fri, 26 Nov 2010 09:32:26 +0100] rev 40707
merged
haftmann [Thu, 25 Nov 2010 15:40:41 +0100] rev 40706
merged
haftmann [Thu, 25 Nov 2010 15:40:15 +0100] rev 40705
toplevel deresolving for flat module name space
hoelzl [Fri, 26 Nov 2010 10:04:04 +0100] rev 40704
merged
hoelzl [Tue, 23 Nov 2010 14:14:17 +0100] rev 40703
Move some missing lemmas from Andrei Popescus 'Ordinals and Cardinals' AFP entry to the HOL-image.
hoelzl [Mon, 22 Nov 2010 10:34:33 +0100] rev 40702
Replace surj by abbreviation; remove surj_on.
blanchet [Fri, 26 Nov 2010 09:15:49 +0100] rev 40701
adjust Sledgehammer/SMT fudge factor
wenzelm [Thu, 25 Nov 2010 16:12:23 +0100] rev 40700
clarified Par_List.managed_results, with explicit propagation of outermost physical interrupt to forked futures (e.g. to make timeout apply here as expected and prevent zombies);
blanchet [Thu, 25 Nov 2010 14:59:01 +0100] rev 40699
merge