Tue, 24 Jun 2008 19:43:18 +0200 added Open/Close -- checked blocks;
wenzelm [Tue, 24 Jun 2008 19:43:18 +0200] rev 27342
added Open/Close -- checked blocks;
Tue, 24 Jun 2008 19:43:17 +0200 added pprint_thy_ref;
wenzelm [Tue, 24 Jun 2008 19:43:17 +0200] rev 27341
added pprint_thy_ref;
Tue, 24 Jun 2008 19:43:16 +0200 Common ML antiquotations.
wenzelm [Tue, 24 Jun 2008 19:43:16 +0200] rev 27340
Common ML antiquotations.
Tue, 24 Jun 2008 19:43:15 +0200 added ML/ml_antiquote.ML;
wenzelm [Tue, 24 Jun 2008 19:43:15 +0200] rev 27339
added ML/ml_antiquote.ML;
Tue, 24 Jun 2008 19:43:14 +0200 ML_Antiquote.value;
wenzelm [Tue, 24 Jun 2008 19:43:14 +0200] rev 27338
ML_Antiquote.value;
Tue, 24 Jun 2008 19:43:12 +0200 added isaantiqopen/close;
wenzelm [Tue, 24 Jun 2008 19:43:12 +0200] rev 27337
added isaantiqopen/close;
Mon, 23 Jun 2008 23:45:49 +0200 Logic.all/mk_equals/mk_implies;
wenzelm [Mon, 23 Jun 2008 23:45:49 +0200] rev 27336
Logic.all/mk_equals/mk_implies; Term.all;
Mon, 23 Jun 2008 23:45:48 +0200 moved implies to logic.ML;
wenzelm [Mon, 23 Jun 2008 23:45:48 +0200] rev 27335
moved implies to logic.ML; removed equals; qualified all;
Mon, 23 Jun 2008 23:45:47 +0200 added all, is_all;
wenzelm [Mon, 23 Jun 2008 23:45:47 +0200] rev 27334
added all, is_all; improved dest_all; added implies (from term.ML);
Mon, 23 Jun 2008 23:45:46 +0200 Logic.implies;
wenzelm [Mon, 23 Jun 2008 23:45:46 +0200] rev 27333
Logic.implies;
Mon, 23 Jun 2008 23:45:45 +0200 Logic.is_all;
wenzelm [Mon, 23 Jun 2008 23:45:45 +0200] rev 27332
Logic.is_all;
Mon, 23 Jun 2008 23:45:44 +0200 Term.all;
wenzelm [Mon, 23 Jun 2008 23:45:44 +0200] rev 27331
Term.all;
Mon, 23 Jun 2008 23:45:39 +0200 Logic.all/mk_equals/mk_implies;
wenzelm [Mon, 23 Jun 2008 23:45:39 +0200] rev 27330
Logic.all/mk_equals/mk_implies;
Mon, 23 Jun 2008 20:00:58 +0200 session name: empty for Pure and by default;
wenzelm [Mon, 23 Jun 2008 20:00:58 +0200] rev 27329
session name: empty for Pure and by default;
Mon, 23 Jun 2008 19:00:24 +0200 induct_tac: allow omission of arguments;
wenzelm [Mon, 23 Jun 2008 19:00:24 +0200] rev 27328
induct_tac: allow omission of arguments;
Mon, 23 Jun 2008 16:01:03 +0200 info: default name is "", not "Pure";
wenzelm [Mon, 23 Jun 2008 16:01:03 +0200] rev 27327
info: default name is "", not "Pure";
Mon, 23 Jun 2008 15:51:38 +0200 moved src/HOL/Tools/induct_tacs.ML to src/Tools/induct_tacs.ML;
wenzelm [Mon, 23 Jun 2008 15:51:38 +0200] rev 27326
moved src/HOL/Tools/induct_tacs.ML to src/Tools/induct_tacs.ML;
Mon, 23 Jun 2008 15:51:37 +0200 removed obsolete dest_concls;
wenzelm [Mon, 23 Jun 2008 15:51:37 +0200] rev 27325
removed obsolete dest_concls;
Mon, 23 Jun 2008 15:31:25 +0200 induct_tac: mutual rules work as for method "induct";
wenzelm [Mon, 23 Jun 2008 15:31:25 +0200] rev 27324
induct_tac: mutual rules work as for method "induct";
Mon, 23 Jun 2008 15:26:53 +0200 tuned get_inductT: *all* rules for missing instantiation;
wenzelm [Mon, 23 Jun 2008 15:26:53 +0200] rev 27323
tuned get_inductT: *all* rules for missing instantiation; exported get_inductT;
Mon, 23 Jun 2008 15:26:52 +0200 induct_tac: infer mutual rule from types, as for proper induct method;
wenzelm [Mon, 23 Jun 2008 15:26:52 +0200] rev 27322
induct_tac: infer mutual rule from types, as for proper induct method;
Mon, 23 Jun 2008 15:26:51 +0200 induct_tac/case_tac: nested tuples are split as expected;
wenzelm [Mon, 23 Jun 2008 15:26:51 +0200] rev 27321
induct_tac/case_tac: nested tuples are split as expected;
Mon, 23 Jun 2008 15:26:49 +0200 induct_tac: old conjunctive rules no longer supported;
wenzelm [Mon, 23 Jun 2008 15:26:49 +0200] rev 27320
induct_tac: old conjunctive rules no longer supported;
Mon, 23 Jun 2008 15:26:48 +0200 updated generated file;
wenzelm [Mon, 23 Jun 2008 15:26:48 +0200] rev 27319
updated generated file;
Mon, 23 Jun 2008 15:26:47 +0200 induct_tac: rule is inferred from types;
wenzelm [Mon, 23 Jun 2008 15:26:47 +0200] rev 27318
induct_tac: rule is inferred from types;
Sun, 22 Jun 2008 23:08:32 +0200 cleaned up some proofs;
huffman [Sun, 22 Jun 2008 23:08:32 +0200] rev 27317
cleaned up some proofs; removed unused stuff about totally-ordered sets; import Main
Sun, 22 Jun 2008 23:02:40 +0200 use new-style abbreviation/notation for fix syntax
huffman [Sun, 22 Jun 2008 23:02:40 +0200] rev 27316
use new-style abbreviation/notation for fix syntax
Sat, 21 Jun 2008 16:18:52 +0200 import_export_proof: simplified thm definition -- PureThy.name_thm does the job;
wenzelm [Sat, 21 Jun 2008 16:18:52 +0200] rev 27315
import_export_proof: simplified thm definition -- PureThy.name_thm does the job;
Sat, 21 Jun 2008 16:18:51 +0200 added query_type/const/class (meta data);
wenzelm [Sat, 21 Jun 2008 16:18:51 +0200] rev 27314
added query_type/const/class (meta data);
Sat, 21 Jun 2008 16:18:50 +0200 the_tags: explicit error message;
wenzelm [Sat, 21 Jun 2008 16:18:50 +0200] rev 27313
the_tags: explicit error message; new_decl: Position.thread_data;
Sat, 21 Jun 2008 16:18:49 +0200 activate_context: strict the_context, no fallback on theory context;
wenzelm [Sat, 21 Jun 2008 16:18:49 +0200] rev 27312
activate_context: strict the_context, no fallback on theory context;
Fri, 20 Jun 2008 23:37:24 +0200 remove unused constant liftpair
huffman [Fri, 20 Jun 2008 23:37:24 +0200] rev 27311
remove unused constant liftpair
Fri, 20 Jun 2008 23:01:09 +0200 simplify profinite class axioms
huffman [Fri, 20 Jun 2008 23:01:09 +0200] rev 27310
simplify profinite class axioms
Fri, 20 Jun 2008 22:51:50 +0200 clean up and rename some profinite lemmas
huffman [Fri, 20 Jun 2008 22:51:50 +0200] rev 27309
clean up and rename some profinite lemmas
Fri, 20 Jun 2008 22:41:41 +0200 move at-sml-dev-e to macbroy23
isatest [Fri, 20 Jun 2008 22:41:41 +0200] rev 27308
move at-sml-dev-e to macbroy23
Fri, 20 Jun 2008 22:28:10 +0200 replace SetPcpo.thy with Cset.thy
huffman [Fri, 20 Jun 2008 22:28:10 +0200] rev 27307
replace SetPcpo.thy with Cset.thy
Fri, 20 Jun 2008 22:02:33 +0200 updated for 2008;
wenzelm [Fri, 20 Jun 2008 22:02:33 +0200] rev 27306
updated for 2008; proper name of TUM;
Fri, 20 Jun 2008 21:01:17 +0200 (removed non-present change)
haftmann [Fri, 20 Jun 2008 21:01:17 +0200] rev 27305
(removed non-present change)
Fri, 20 Jun 2008 21:00:28 +0200 explicit thm context for error messages
haftmann [Fri, 20 Jun 2008 21:00:28 +0200] rev 27304
explicit thm context for error messages
Fri, 20 Jun 2008 21:00:27 +0200 using tages to find theory names
haftmann [Fri, 20 Jun 2008 21:00:27 +0200] rev 27303
using tages to find theory names
Fri, 20 Jun 2008 21:00:26 +0200 type constructors now with markup
haftmann [Fri, 20 Jun 2008 21:00:26 +0200] rev 27302
type constructors now with markup
Fri, 20 Jun 2008 21:00:25 +0200 fixed bind error for malformed primrec specifications
haftmann [Fri, 20 Jun 2008 21:00:25 +0200] rev 27301
fixed bind error for malformed primrec specifications
Fri, 20 Jun 2008 21:00:22 +0200 DatatypeProp.make_distincts: only one half of each symmetric pair is constructed
haftmann [Fri, 20 Jun 2008 21:00:22 +0200] rev 27300
DatatypeProp.make_distincts: only one half of each symmetric pair is constructed
Fri, 20 Jun 2008 21:00:21 +0200 streamlined definitions
haftmann [Fri, 20 Jun 2008 21:00:21 +0200] rev 27299
streamlined definitions
Fri, 20 Jun 2008 21:00:16 +0200 moved Float.thy to Library
haftmann [Fri, 20 Jun 2008 21:00:16 +0200] rev 27298
moved Float.thy to Library
Fri, 20 Jun 2008 20:03:13 +0200 removed SetPcpo.thy and cpo instance for type bool;
huffman [Fri, 20 Jun 2008 20:03:13 +0200] rev 27297
removed SetPcpo.thy and cpo instance for type bool; added Cset.thy with pcpo type 'a cset isomorphic to 'a set; updated ideal completion theory to use cset
Fri, 20 Jun 2008 19:59:00 +0200 moved Abs_image to Typedef.thy; prove finite_UNIV outside the locale
huffman [Fri, 20 Jun 2008 19:59:00 +0200] rev 27296
moved Abs_image to Typedef.thy; prove finite_UNIV outside the locale
Fri, 20 Jun 2008 19:57:45 +0200 add lemma Abs_image
huffman [Fri, 20 Jun 2008 19:57:45 +0200] rev 27295
add lemma Abs_image
Fri, 20 Jun 2008 18:03:01 +0200 added some lemmas; reorganized into sections; tuned proofs
huffman [Fri, 20 Jun 2008 18:03:01 +0200] rev 27294
added some lemmas; reorganized into sections; tuned proofs
Fri, 20 Jun 2008 18:00:55 +0200 added some lemmas; tuned proofs
huffman [Fri, 20 Jun 2008 18:00:55 +0200] rev 27293
added some lemmas; tuned proofs
Fri, 20 Jun 2008 17:58:16 +0200 tuned
huffman [Fri, 20 Jun 2008 17:58:16 +0200] rev 27292
tuned
Fri, 20 Jun 2008 17:56:00 +0200 replace less_lift with flat_less_iff
huffman [Fri, 20 Jun 2008 17:56:00 +0200] rev 27291
replace less_lift with flat_less_iff
Fri, 20 Jun 2008 17:43:16 +0200 tweak lemmas adm_all and adm_ball
huffman [Fri, 20 Jun 2008 17:43:16 +0200] rev 27290
tweak lemmas adm_all and adm_ball
Thu, 19 Jun 2008 22:50:58 +0200 move lemmas into locales;
huffman [Thu, 19 Jun 2008 22:50:58 +0200] rev 27289
move lemmas into locales; restructure some proofs
Thu, 19 Jun 2008 22:43:59 +0200 add lemmas take_chain_less and take_chain_le
huffman [Thu, 19 Jun 2008 22:43:59 +0200] rev 27288
add lemmas take_chain_less and take_chain_le
Thu, 19 Jun 2008 22:27:10 +0200 disposed Sign.read_typ etc;
wenzelm [Thu, 19 Jun 2008 22:27:10 +0200] rev 27287
disposed Sign.read_typ etc;
Thu, 19 Jun 2008 22:05:05 +0200 renamed is_abbrev_mode to abbrev_mode;
wenzelm [Thu, 19 Jun 2008 22:05:05 +0200] rev 27286
renamed is_abbrev_mode to abbrev_mode; added private get_sort (from sign.ML);
Thu, 19 Jun 2008 22:05:04 +0200 ProofContext.abbrev_mode;
wenzelm [Thu, 19 Jun 2008 22:05:04 +0200] rev 27285
ProofContext.abbrev_mode;
Thu, 19 Jun 2008 22:05:01 +0200 moved get_sort to Isar/proof_context.ML;
wenzelm [Thu, 19 Jun 2008 22:05:01 +0200] rev 27284
moved get_sort to Isar/proof_context.ML; removed obsolete read_def_typ, read_typ, read_typ_syntax, read_typ_abbrev;
Thu, 19 Jun 2008 21:14:30 +0200 tuned signature;
wenzelm [Thu, 19 Jun 2008 21:14:30 +0200] rev 27283
tuned signature; removed duplicates of read_typ/cert_typ (cf. RecordPackage.read_typ/cert_typ);
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip