Thu, 26 Jun 2008 17:54:05 +0200 huffman remove cset theory; define ideal completions using typedef instead of cpodef
Thu, 26 Jun 2008 15:06:30 +0200 wenzelm Args.theory;
Thu, 26 Jun 2008 15:06:28 +0200 wenzelm added context/theory scanner;
Thu, 26 Jun 2008 15:06:25 +0200 wenzelm Args.context;
Thu, 26 Jun 2008 11:58:27 +0200 krauss fix: need to beta/eta normalize
Thu, 26 Jun 2008 10:07:01 +0200 haftmann established Plain theory and image
Thu, 26 Jun 2008 10:06:54 +0200 haftmann added dummy citiation
Thu, 26 Jun 2008 10:06:53 +0200 haftmann dropped recdef
Thu, 26 Jun 2008 10:06:51 +0200 haftmann class theory name lookup improved
Wed, 25 Jun 2008 22:11:17 +0200 wenzelm modernized specifications;
Wed, 25 Jun 2008 22:01:35 +0200 wenzelm tuned proofs;
Wed, 25 Jun 2008 22:01:34 +0200 wenzelm modernized specifications;
Wed, 25 Jun 2008 21:25:51 +0200 wenzelm modernized specifications;
Wed, 25 Jun 2008 18:23:50 +0200 urbanc typo
Wed, 25 Jun 2008 17:38:39 +0200 wenzelm re-use official outer keywords;
Wed, 25 Jun 2008 17:38:38 +0200 wenzelm scan: prefer command over keyword, allowing lexicons to overlap;
Wed, 25 Jun 2008 17:38:37 +0200 wenzelm moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Wed, 25 Jun 2008 17:38:36 +0200 wenzelm moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Wed, 25 Jun 2008 17:38:35 +0200 wenzelm antiquote: need to quote outer keywords;
Wed, 25 Jun 2008 17:38:34 +0200 wenzelm tuned;
Wed, 25 Jun 2008 17:38:32 +0200 wenzelm moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Wed, 25 Jun 2008 14:54:45 +0200 berghofe - Equivariance simpset used in proofs of strong induction and inversion
Wed, 25 Jun 2008 12:15:05 +0200 wenzelm pprint: back to proper output of markup, with workaround for Poly/ML crash;
Tue, 24 Jun 2008 23:38:44 +0200 wenzelm back to 1.36 (Poly/ML crash!?);
Tue, 24 Jun 2008 22:27:36 +0200 wenzelm updated generated file;
Tue, 24 Jun 2008 22:13:19 +0200 wenzelm YXML: no special treatment of white space;
Tue, 24 Jun 2008 21:44:52 +0200 wenzelm pprint: proper output of markup (important for token translation);
Tue, 24 Jun 2008 19:43:22 +0200 wenzelm ml_code_antiq: proper scanner combinators;
Tue, 24 Jun 2008 19:43:21 +0200 wenzelm moved concrete antiquotations to ml_antiquote.ML;
Tue, 24 Jun 2008 19:43:20 +0200 wenzelm Antiquote.Open/Close;
Tue, 24 Jun 2008 19:43:19 +0200 wenzelm add_antiq: more general notion of ML antiquotation;
Tue, 24 Jun 2008 19:43:18 +0200 wenzelm added Open/Close -- checked blocks;
Tue, 24 Jun 2008 19:43:17 +0200 wenzelm added pprint_thy_ref;
Tue, 24 Jun 2008 19:43:16 +0200 wenzelm Common ML antiquotations.
Tue, 24 Jun 2008 19:43:15 +0200 wenzelm added ML/ml_antiquote.ML;
Tue, 24 Jun 2008 19:43:14 +0200 wenzelm ML_Antiquote.value;
Tue, 24 Jun 2008 19:43:12 +0200 wenzelm added isaantiqopen/close;
Mon, 23 Jun 2008 23:45:49 +0200 wenzelm Logic.all/mk_equals/mk_implies;
Mon, 23 Jun 2008 23:45:48 +0200 wenzelm moved implies to logic.ML;
Mon, 23 Jun 2008 23:45:47 +0200 wenzelm added all, is_all;
Mon, 23 Jun 2008 23:45:46 +0200 wenzelm Logic.implies;
Mon, 23 Jun 2008 23:45:45 +0200 wenzelm Logic.is_all;
Mon, 23 Jun 2008 23:45:44 +0200 wenzelm Term.all;
Mon, 23 Jun 2008 23:45:39 +0200 wenzelm Logic.all/mk_equals/mk_implies;
Mon, 23 Jun 2008 20:00:58 +0200 wenzelm session name: empty for Pure and by default;
Mon, 23 Jun 2008 19:00:24 +0200 wenzelm induct_tac: allow omission of arguments;
Mon, 23 Jun 2008 16:01:03 +0200 wenzelm info: default name is "", not "Pure";
Mon, 23 Jun 2008 15:51:38 +0200 wenzelm moved src/HOL/Tools/induct_tacs.ML to src/Tools/induct_tacs.ML;
Mon, 23 Jun 2008 15:51:37 +0200 wenzelm removed obsolete dest_concls;
Mon, 23 Jun 2008 15:31:25 +0200 wenzelm induct_tac: mutual rules work as for method "induct";
Mon, 23 Jun 2008 15:26:53 +0200 wenzelm tuned get_inductT: *all* rules for missing instantiation;
Mon, 23 Jun 2008 15:26:52 +0200 wenzelm induct_tac: infer mutual rule from types, as for proper induct method;
Mon, 23 Jun 2008 15:26:51 +0200 wenzelm induct_tac/case_tac: nested tuples are split as expected;
Mon, 23 Jun 2008 15:26:49 +0200 wenzelm induct_tac: old conjunctive rules no longer supported;
Mon, 23 Jun 2008 15:26:48 +0200 wenzelm updated generated file;
Mon, 23 Jun 2008 15:26:47 +0200 wenzelm induct_tac: rule is inferred from types;
Sun, 22 Jun 2008 23:08:32 +0200 huffman cleaned up some proofs;
Sun, 22 Jun 2008 23:02:40 +0200 huffman use new-style abbreviation/notation for fix syntax
Sat, 21 Jun 2008 16:18:52 +0200 wenzelm import_export_proof: simplified thm definition -- PureThy.name_thm does the job;
Sat, 21 Jun 2008 16:18:51 +0200 wenzelm added query_type/const/class (meta data);
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip