blanchet [Mon, 20 Dec 2010 14:17:49 +0100] rev 41317
disable feature that was enabled by mistake
blanchet [Mon, 20 Dec 2010 14:10:40 +0100] rev 41316
make exceptions more transparent in "debug" mode
blanchet [Mon, 20 Dec 2010 14:09:45 +0100] rev 41315
remove spurious line
blanchet [Mon, 20 Dec 2010 13:52:44 +0100] rev 41314
use the options provided by Stephan Schulz -- much better
blanchet [Mon, 20 Dec 2010 12:12:35 +0100] rev 41313
optionally supply constant weights to E -- turned off by default until properly parameterized
haftmann [Mon, 20 Dec 2010 17:31:58 +0100] rev 41312
merged
haftmann [Mon, 20 Dec 2010 15:37:25 +0100] rev 41311
type_lifting for predicates
wenzelm [Mon, 20 Dec 2010 16:44:33 +0100] rev 41310
proper identifiers for consts and types;
wenzelm [Mon, 20 Dec 2010 15:24:25 +0100] rev 41309
some attempts to fit diagnostic output into regular TTY (75-80 characters per line);
wenzelm [Mon, 20 Dec 2010 15:19:15 +0100] rev 41308
tuned/clarified some component settings;
explicit comments about common mistakes;
wenzelm [Mon, 20 Dec 2010 14:44:00 +0100] rev 41307
slightly more standard Isabelle_System.with_tmp_file/with_tmp_dir (cf. Scala version);
more robust rm_tree -- somewhat dangerous and not exported;
tuned;
wenzelm [Mon, 20 Dec 2010 13:36:25 +0100] rev 41306
purged some comments (Locale_Test is already clean thanks to configuration options);
wenzelm [Mon, 20 Dec 2010 13:24:04 +0100] rev 41305
actually enable show_hyps option, unlike local_setup in 6da953d30f48 which merely affects the (temporary) auxiliary context;
boehmes [Mon, 20 Dec 2010 09:45:26 +0100] rev 41304
merged
boehmes [Mon, 20 Dec 2010 09:31:47 +0100] rev 41303
updated SMT certificates
boehmes [Mon, 20 Dec 2010 09:06:37 +0100] rev 41302
re-introduced support for nonlinear multiplication in Z3 (overriding the built-in linear multiplication of the SMT-LIB class of solvers)
boehmes [Mon, 20 Dec 2010 08:45:27 +0100] rev 41301
derived SMT solver classes override inherited properties (properties of derived classes have a higher priority than properties of base classes)
boehmes [Mon, 20 Dec 2010 08:17:23 +0100] rev 41300
perform monomorphization during normalization: schematic numerals might be monomorphized into built-in numerals and then numeral normalization is required
haftmann [Mon, 20 Dec 2010 08:55:36 +0100] rev 41299
merge
haftmann [Fri, 17 Dec 2010 22:00:54 +0100] rev 41298
more convenient order of type variables
huffman [Sun, 19 Dec 2010 18:38:50 -0800] rev 41297
rename function cprod_map to prod_map
huffman [Sun, 19 Dec 2010 18:15:21 -0800] rev 41296
switch to transparent ascription, to avoid warning messages
huffman [Sun, 19 Dec 2010 18:11:20 -0800] rev 41295
types -> type_synonym
huffman [Sun, 19 Dec 2010 18:10:54 -0800] rev 41294
fix typo
huffman [Sun, 19 Dec 2010 17:39:20 -0800] rev 41293
merged
huffman [Sun, 19 Dec 2010 17:37:19 -0800] rev 41292
use deflations over type 'udom u' to represent predomains;
removed now-unnecessary class liftdomain;
huffman [Sun, 19 Dec 2010 10:33:46 -0800] rev 41291
add lemma u_map_oo
huffman [Sun, 19 Dec 2010 09:52:33 -0800] rev 41290
replace foo_approx functions with foo_emb, foo_prj functions for universal domain embeddings
huffman [Sun, 19 Dec 2010 06:59:01 -0800] rev 41289
minimize imports; move domain class instances for powerdomain types into Powerdomains.thy
huffman [Sun, 19 Dec 2010 06:39:19 -0800] rev 41288
powerdomain theories require class 'bifinite' instead of 'domain'