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;
wenzelm [Wed, 28 Oct 2009 22:04:57 +0100] rev 33291
back to Proof.raw_goal;
wenzelm [Wed, 28 Oct 2009 22:02:53 +0100] rev 33290
renamed Proof.flat_goal to Proof.simple_goal;
wenzelm [Wed, 28 Oct 2009 22:01:40 +0100] rev 33289
Isar.goal: Proof.simple_goal, not raw version;
wenzelm [Wed, 28 Oct 2009 22:01:05 +0100] rev 33288
replaced slightly odd get_goal/flat_goal by explicit goal views that correspond to the usual method categories;
wenzelm [Wed, 28 Oct 2009 22:00:35 +0100] rev 33287
provide SpecParse.constdecl/constdef, e.g. for quotient_definition;
wenzelm [Wed, 28 Oct 2009 20:49:09 +0100] rev 33286
slightly more robust error message;
wenzelm [Wed, 28 Oct 2009 18:21:02 +0100] rev 33285
tuned;
wenzelm [Wed, 28 Oct 2009 18:02:06 +0100] rev 33284
merged
wenzelm [Wed, 28 Oct 2009 17:45:53 +0100] rev 33283
merged
wenzelm [Wed, 28 Oct 2009 17:38:13 +0100] rev 33282
misc tuning;
wenzelm [Wed, 28 Oct 2009 17:36:34 +0100] rev 33281
let naming transform binding beforehand -- covering only the "conceal" flag for now;
export LocalTheory.standard_morphism;
wenzelm [Wed, 28 Oct 2009 16:28:12 +0100] rev 33280
tuned;
wenzelm [Wed, 28 Oct 2009 16:27:48 +0100] rev 33279
simplified default binding;
conceal internal bindings;
wenzelm [Wed, 28 Oct 2009 16:25:27 +0100] rev 33278
conceal internal bindings;
wenzelm [Wed, 28 Oct 2009 16:25:26 +0100] rev 33277
Drule.store: proper binding;
conceal internal bindings;
wenzelm [Wed, 28 Oct 2009 16:25:10 +0100] rev 33276
added restore_naming;
haftmann [Wed, 28 Oct 2009 17:44:03 +0100] rev 33275
load Product_Type before Nat; dropped junk
haftmann [Wed, 28 Oct 2009 17:44:03 +0100] rev 33274
moved lemmas for dvd on nat to theories Nat and Power
paulson [Wed, 28 Oct 2009 12:21:38 +0000] rev 33273
Probability tweaks
paulson [Wed, 28 Oct 2009 11:43:06 +0000] rev 33272
merged