Thu, 23 Mar 2006 20:03:53 +0100 Converted translations to abbbreviations.
nipkow [Thu, 23 Mar 2006 20:03:53 +0100] rev 19323
Converted translations to abbbreviations. Removed a few odd functions from Map and AssocList. Moved chg_map from Map to Bali/Basis.
Thu, 23 Mar 2006 18:14:06 +0100 Replaced iteration combinator by recursion combinator.
berghofe [Thu, 23 Mar 2006 18:14:06 +0100] rev 19322
Replaced iteration combinator by recursion combinator.
Thu, 23 Mar 2006 10:05:03 +0100 detection of definitions of relevant constants
paulson [Thu, 23 Mar 2006 10:05:03 +0100] rev 19321
detection of definitions of relevant constants
Thu, 23 Mar 2006 06:18:38 +0100 Only display atpset theorems if Output.show_debug_msgs is true.
mengj [Thu, 23 Mar 2006 06:18:38 +0100] rev 19320
Only display atpset theorems if Output.show_debug_msgs is true.
Wed, 22 Mar 2006 18:09:35 +0100 added the first two simple proofs of the recursion
urbanc [Wed, 22 Mar 2006 18:09:35 +0100] rev 19319
added the first two simple proofs of the recursion combinator
Wed, 22 Mar 2006 14:06:29 +0100 comment fixed
webertj [Wed, 22 Mar 2006 14:06:29 +0100] rev 19318
comment fixed
Wed, 22 Mar 2006 12:33:44 +0100 Introduction of "whitelist": theorems forced past the relevance filter
paulson [Wed, 22 Mar 2006 12:33:44 +0100] rev 19317
Introduction of "whitelist": theorems forced past the relevance filter
Wed, 22 Mar 2006 12:32:44 +0100 Slight simplification of proofs
paulson [Wed, 22 Mar 2006 12:32:44 +0100] rev 19316
Slight simplification of proofs
Wed, 22 Mar 2006 12:30:29 +0100 Removal of obsolete strategies. Initial support for locales: Frees and Consts
paulson [Wed, 22 Mar 2006 12:30:29 +0100] rev 19315
Removal of obsolete strategies. Initial support for locales: Frees and Consts treated similarly.
Wed, 22 Mar 2006 11:54:54 +0100 comment for conjI added
webertj [Wed, 22 Mar 2006 11:54:54 +0100] rev 19314
comment for conjI added
Wed, 22 Mar 2006 11:14:58 +0100 translations -> abbreviations (a cool feature)
nipkow [Wed, 22 Mar 2006 11:14:58 +0100] rev 19313
translations -> abbreviations (a cool feature)
Tue, 21 Mar 2006 15:38:53 +0100 fixed example;
wenzelm [Tue, 21 Mar 2006 15:38:53 +0100] rev 19312
fixed example;
Tue, 21 Mar 2006 12:18:22 +0100 mark_boundT: produce well-typed term;
wenzelm [Tue, 21 Mar 2006 12:18:22 +0100] rev 19311
mark_boundT: produce well-typed term;
Tue, 21 Mar 2006 12:18:21 +0100 subtract (op =);
wenzelm [Tue, 21 Mar 2006 12:18:21 +0100] rev 19310
subtract (op =); pretty_proof: no abbrevs;
Tue, 21 Mar 2006 12:18:20 +0100 avoid polymorphic equality;
wenzelm [Tue, 21 Mar 2006 12:18:20 +0100] rev 19309
avoid polymorphic equality; tuned;
Tue, 21 Mar 2006 12:18:19 +0100 avoid polymorphic equality;
wenzelm [Tue, 21 Mar 2006 12:18:19 +0100] rev 19308
avoid polymorphic equality; subtract (op =);
Tue, 21 Mar 2006 12:18:18 +0100 moved gen_eq_set to library.ML;
wenzelm [Tue, 21 Mar 2006 12:18:18 +0100] rev 19307
moved gen_eq_set to library.ML;
Tue, 21 Mar 2006 12:18:17 +0100 added ~$$ (negative literal);
wenzelm [Tue, 21 Mar 2006 12:18:17 +0100] rev 19306
added ~$$ (negative literal); combinators: avoid code duplication; tuned extend_lexicon;
Tue, 21 Mar 2006 12:18:15 +0100 avoid polymorphic equality;
wenzelm [Tue, 21 Mar 2006 12:18:15 +0100] rev 19305
avoid polymorphic equality;
Tue, 21 Mar 2006 12:18:13 +0100 remove (op =);
wenzelm [Tue, 21 Mar 2006 12:18:13 +0100] rev 19304
remove (op =); tuned;
Tue, 21 Mar 2006 12:18:11 +0100 gen_eq_set, remove (op =);
wenzelm [Tue, 21 Mar 2006 12:18:11 +0100] rev 19303
gen_eq_set, remove (op =);
Tue, 21 Mar 2006 12:18:10 +0100 abbreviation upto, length;
wenzelm [Tue, 21 Mar 2006 12:18:10 +0100] rev 19302
abbreviation upto, length;
Tue, 21 Mar 2006 12:18:09 +0100 added subtract;
wenzelm [Tue, 21 Mar 2006 12:18:09 +0100] rev 19301
added subtract; tuned;
Tue, 21 Mar 2006 12:18:07 +0100 subtract (op =);
wenzelm [Tue, 21 Mar 2006 12:18:07 +0100] rev 19300
subtract (op =);
Tue, 21 Mar 2006 12:18:06 +0100 remove (op =);
wenzelm [Tue, 21 Mar 2006 12:18:06 +0100] rev 19299
remove (op =);
Tue, 21 Mar 2006 12:17:38 +0100 Now SML/NJ-friendly (IntInf)
paulson [Tue, 21 Mar 2006 12:17:38 +0100] rev 19298
Now SML/NJ-friendly (IntInf)
Tue, 21 Mar 2006 12:16:43 +0100 Removal of unnecessary simprules: simproc cancel_numerals now works without
paulson [Tue, 21 Mar 2006 12:16:43 +0100] rev 19297
Removal of unnecessary simprules: simproc cancel_numerals now works without add_Suc, while the reason for the horrible isolateSuc is not known.
Mon, 20 Mar 2006 21:29:04 +0100 interpret: Proof.assert_forward_or_chain;
wenzelm [Mon, 20 Mar 2006 21:29:04 +0100] rev 19296
interpret: Proof.assert_forward_or_chain;
Mon, 20 Mar 2006 17:38:22 +0100 subsetI is often necessary
paulson [Mon, 20 Mar 2006 17:38:22 +0100] rev 19295
subsetI is often necessary
Mon, 20 Mar 2006 17:37:11 +0100 Now the setup for cancel_numerals accepts mixed Sucs/+ where the Sucs no longer
paulson [Mon, 20 Mar 2006 17:37:11 +0100] rev 19294
Now the setup for cancel_numerals accepts mixed Sucs/+ where the Sucs no longer need to be outermost.
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip