haftmann [Thu, 29 Oct 2009 11:41:39 +0100] rev 33321
join entries properly on theory merge
haftmann [Thu, 29 Oct 2009 11:41:38 +0100] rev 33320
moved some dvd [int] facts to Int
haftmann [Thu, 29 Oct 2009 11:41:37 +0100] rev 33319
moved algebraic classes to Ring_and_Field
haftmann [Thu, 29 Oct 2009 11:41:36 +0100] rev 33318
moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
wenzelm [Thu, 29 Oct 2009 17:58:26 +0100] rev 33317
standardized filter/filter_out;
wenzelm [Thu, 29 Oct 2009 16:59:12 +0100] rev 33316
modernized some structure names;
wenzelm [Thu, 29 Oct 2009 16:34:44 +0100] rev 33315
eliminated obsolete/unused Thm.kind_internal/is_internal etc.;
wenzelm [Thu, 29 Oct 2009 16:15:33 +0100] rev 33314
modernized functor/structures Interpretation;
wenzelm [Thu, 29 Oct 2009 16:09:41 +0100] rev 33313
tuned whitespace;
wenzelm [Thu, 29 Oct 2009 16:09:16 +0100] rev 33312
unregister: eliminated unused status;
wenzelm [Thu, 29 Oct 2009 16:08:45 +0100] rev 33311
proper header;
wenzelm [Thu, 29 Oct 2009 16:08:23 +0100] rev 33310
proper header;
tuned whitespace;
wenzelm [Thu, 29 Oct 2009 16:07:27 +0100] rev 33309
proper header;
adapted ResBlacklist -- eliminated inefficient hash table;
eliminated some old folds;
wenzelm [Thu, 29 Oct 2009 16:06:15 +0100] rev 33308
separate ResBlacklist, based on scalable persistent data -- avoids inefficient hashing later on;
wenzelm [Thu, 29 Oct 2009 16:05:51 +0100] rev 33307
Named_Thms is not scalable;
wenzelm [Thu, 29 Oct 2009 14:57:55 +0100] rev 33306
replaced slightly odd Thm.is_internal by Facts.is_concealed -- as provided by the name space;
tuned;
wenzelm [Thu, 29 Oct 2009 14:54:14 +0100] rev 33305
tuned;
wenzelm [Thu, 29 Oct 2009 14:53:53 +0100] rev 33304
tuned proof;
wenzelm [Thu, 29 Oct 2009 13:21:38 +0100] rev 33303
separate "inner_rule" tag indicates parts of induction rules -- avoids unclear overlap with "internal" tag;
wenzelm [Thu, 29 Oct 2009 12:59:25 +0100] rev 33302
removed unused file;
wenzelm [Thu, 29 Oct 2009 11:56:02 +0100] rev 33301
less hermetic ML;
parse_pattern: apply Consts.intern only once (Why is this done anyway?);
modernized structure names;
wenzelm [Thu, 29 Oct 2009 11:26:47 +0100] rev 33300
removed slightly exotic symbol abbreviations for now -- achieves a coherent (unique) mapping;
(NB: in principle symbol abbreviations could well be ambigous);
boehmes [Thu, 29 Oct 2009 10:52:05 +0100] rev 33299
simplified method syntax of "smt",
full normalization of binders,
corrected translation of patterns into intermediate format,
ignore empty lines in Z3 output
haftmann [Thu, 29 Oct 2009 08:14:39 +0100] rev 33298
merged
haftmann [Thu, 29 Oct 2009 08:14:23 +0100] rev 33297
adjusted import to changed HOL theory graph
haftmann [Wed, 28 Oct 2009 19:09:47 +0100] rev 33296
moved theory Divides after theory Nat_Numeral; tuned some proof texts
wenzelm [Wed, 28 Oct 2009 23:21:45 +0100] rev 33295
proper nested quotes;
give up unposixly < <(...) for now -- it needs to be exportable through the global environment (e.g. via make or sh);
wenzelm [Wed, 28 Oct 2009 22:57:32 +0100] rev 33294
components: ensure that the last line is read, even if it lacks EOL;
wenzelm [Wed, 28 Oct 2009 22:26:00 +0100] rev 33293
updated Isar.goal;
wenzelm [Wed, 28 Oct 2009 22:18:00 +0100] rev 33292
renamed raw Proof.get_goal to Proof.raw_goal;