wenzelm [Wed, 08 Nov 2006 21:45:14 +0100] rev 21253
case_tr': proper handling of authentic consts;
wenzelm [Wed, 08 Nov 2006 21:45:13 +0100] rev 21252
removed obsolete nat_case_tr' (duplicates case_tr' in datatype_package.ML);
haftmann [Wed, 08 Nov 2006 19:48:36 +0100] rev 21251
renamed DatatypeHooks.invoke to all
haftmann [Wed, 08 Nov 2006 19:48:35 +0100] rev 21250
moved lemma eq_neq_eq_imp_neq to HOL
haftmann [Wed, 08 Nov 2006 19:48:34 +0100] rev 21249
renamed Lattice_Locales to Lattices
haftmann [Wed, 08 Nov 2006 19:46:10 +0100] rev 21248
abstract ordering theories
wenzelm [Wed, 08 Nov 2006 13:51:03 +0100] rev 21247
obsolete (cf. ROOT.ML);
wenzelm [Wed, 08 Nov 2006 13:48:35 +0100] rev 21246
added structure Main (from Main.ML);
wenzelm [Wed, 08 Nov 2006 13:48:34 +0100] rev 21245
proper definition of add_zero_left/right;
wenzelm [Wed, 08 Nov 2006 13:48:33 +0100] rev 21244
removed NatArith.thy, Main.ML;
wenzelm [Wed, 08 Nov 2006 13:48:29 +0100] rev 21243
removed theory NatArith (now part of Nat);
wenzelm [Wed, 08 Nov 2006 11:23:09 +0100] rev 21242
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm [Wed, 08 Nov 2006 11:22:40 +0100] rev 21241
moved contribution note to CONTRIBUTORS;
krauss [Wed, 08 Nov 2006 09:08:54 +0100] rev 21240
Made "termination by lexicographic_order" the default for "fun" definitions.
huffman [Wed, 08 Nov 2006 02:13:02 +0100] rev 21239
LIM_compose -> isCont_LIM_compose;
cleaned up and reorganized sections
huffman [Wed, 08 Nov 2006 00:34:15 +0100] rev 21238
generalized types of of_nat and of_int to work with non-commutative types
krauss [Tue, 07 Nov 2006 22:06:32 +0100] rev 21237
untabified
wenzelm [Tue, 07 Nov 2006 21:30:03 +0100] rev 21236
complex goal statements: misc cleanup;
krauss [Tue, 07 Nov 2006 21:28:14 +0100] rev 21235
Added datatype hook to declare all case_congs as "fundef_cong" automatically.
wenzelm [Tue, 07 Nov 2006 19:40:56 +0100] rev 21234
removed obsolete theorem statements (cf. specification.ML);
wenzelm [Tue, 07 Nov 2006 19:40:13 +0100] rev 21233
tuned specifications;
wenzelm [Tue, 07 Nov 2006 19:39:54 +0100] rev 21232
fixed locale fact references;
wenzelm [Tue, 07 Nov 2006 19:39:53 +0100] rev 21231
removed obsolete print_state_hook;
wenzelm [Tue, 07 Nov 2006 19:39:52 +0100] rev 21230
theorem statements: incorporate Obtain.statement, tuned;
wenzelm [Tue, 07 Nov 2006 19:39:50 +0100] rev 21229
moved statement to specification.ML;
wenzelm [Tue, 07 Nov 2006 19:39:48 +0100] rev 21228
removed obsolete Locale.smart_theorem;
wenzelm [Tue, 07 Nov 2006 19:39:46 +0100] rev 21227
avoid handling of arbitrary exceptions;
schirmer [Tue, 07 Nov 2006 18:25:48 +0100] rev 21226
field-update in records is generalised to take a function on the field
rather than the new value.