Mon, 20 Dec 2010 16:44:33 +0100 proper identifiers for consts and types;
wenzelm [Mon, 20 Dec 2010 16:44:33 +0100] rev 41310
proper identifiers for consts and types;
Mon, 20 Dec 2010 15:24:25 +0100 some attempts to fit diagnostic output into regular TTY (75-80 characters per line);
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);
Mon, 20 Dec 2010 15:19:15 +0100 tuned/clarified some component settings;
wenzelm [Mon, 20 Dec 2010 15:19:15 +0100] rev 41308
tuned/clarified some component settings; explicit comments about common mistakes;
Mon, 20 Dec 2010 14:44:00 +0100 slightly more standard Isabelle_System.with_tmp_file/with_tmp_dir (cf. Scala version);
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;
Mon, 20 Dec 2010 13:36:25 +0100 purged some comments (Locale_Test is already clean thanks to configuration options);
wenzelm [Mon, 20 Dec 2010 13:36:25 +0100] rev 41306
purged some comments (Locale_Test is already clean thanks to configuration options);
Mon, 20 Dec 2010 13:24:04 +0100 actually enable show_hyps option, unlike local_setup in 6da953d30f48 which merely affects the (temporary) auxiliary context;
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;
Mon, 20 Dec 2010 09:45:26 +0100 merged
boehmes [Mon, 20 Dec 2010 09:45:26 +0100] rev 41304
merged
Mon, 20 Dec 2010 09:31:47 +0100 updated SMT certificates
boehmes [Mon, 20 Dec 2010 09:31:47 +0100] rev 41303
updated SMT certificates
Mon, 20 Dec 2010 09:06:37 +0100 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 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)
Mon, 20 Dec 2010 08:45:27 +0100 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: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)
Mon, 20 Dec 2010 08:17:23 +0100 perform monomorphization during normalization: schematic numerals might be monomorphized into built-in numerals and then numeral normalization is required
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
Mon, 20 Dec 2010 08:55:36 +0100 merge
haftmann [Mon, 20 Dec 2010 08:55:36 +0100] rev 41299
merge
Fri, 17 Dec 2010 22:00:54 +0100 more convenient order of type variables
haftmann [Fri, 17 Dec 2010 22:00:54 +0100] rev 41298
more convenient order of type variables
Sun, 19 Dec 2010 18:38:50 -0800 rename function cprod_map to prod_map
huffman [Sun, 19 Dec 2010 18:38:50 -0800] rev 41297
rename function cprod_map to prod_map
Sun, 19 Dec 2010 18:15:21 -0800 switch to transparent ascription, to avoid warning messages
huffman [Sun, 19 Dec 2010 18:15:21 -0800] rev 41296
switch to transparent ascription, to avoid warning messages
Sun, 19 Dec 2010 18:11:20 -0800 types -> type_synonym
huffman [Sun, 19 Dec 2010 18:11:20 -0800] rev 41295
types -> type_synonym
Sun, 19 Dec 2010 18:10:54 -0800 fix typo
huffman [Sun, 19 Dec 2010 18:10:54 -0800] rev 41294
fix typo
Sun, 19 Dec 2010 17:39:20 -0800 merged
huffman [Sun, 19 Dec 2010 17:39:20 -0800] rev 41293
merged
Sun, 19 Dec 2010 17:37:19 -0800 use deflations over type 'udom u' to represent predomains;
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;
Sun, 19 Dec 2010 10:33:46 -0800 add lemma u_map_oo
huffman [Sun, 19 Dec 2010 10:33:46 -0800] rev 41291
add lemma u_map_oo
Sun, 19 Dec 2010 09:52:33 -0800 replace foo_approx functions with foo_emb, foo_prj functions for universal domain embeddings
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
Sun, 19 Dec 2010 06:59:01 -0800 minimize imports; move domain class instances for powerdomain types into Powerdomains.thy
huffman [Sun, 19 Dec 2010 06:59:01 -0800] rev 41289
minimize imports; move domain class instances for powerdomain types into Powerdomains.thy
Sun, 19 Dec 2010 06:39:19 -0800 powerdomain theories require class 'bifinite' instead of 'domain'
huffman [Sun, 19 Dec 2010 06:39:19 -0800] rev 41288
powerdomain theories require class 'bifinite' instead of 'domain'
Sun, 19 Dec 2010 06:34:41 -0800 type 'defl' takes a type parameter again (cf. b525988432e9)
huffman [Sun, 19 Dec 2010 06:34:41 -0800] rev 41287
type 'defl' takes a type parameter again (cf. b525988432e9)
Sun, 19 Dec 2010 05:15:31 -0800 reintroduce 'bifinite' class, now with existentially-quantified approx function (cf. b525988432e9)
huffman [Sun, 19 Dec 2010 05:15:31 -0800] rev 41286
reintroduce 'bifinite' class, now with existentially-quantified approx function (cf. b525988432e9)
Sun, 19 Dec 2010 04:06:02 -0800 renamed Bifinite.thy to Representable.thy
huffman [Sun, 19 Dec 2010 04:06:02 -0800] rev 41285
renamed Bifinite.thy to Representable.thy
Fri, 17 Dec 2010 16:43:45 -0800 renamed CompactBasis.thy to Compact_Basis.thy
huffman [Fri, 17 Dec 2010 16:43:45 -0800] rev 41284
renamed CompactBasis.thy to Compact_Basis.thy
Sun, 19 Dec 2010 19:03:49 +0100 merged
boehmes [Sun, 19 Dec 2010 19:03:49 +0100] rev 41283
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip