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;