wenzelm [Fri, 19 Sep 2008 21:00:47 +0200] rev 28300
moved Isar editor commands from isar_syn.ML to isar.ML;
wenzelm [Fri, 19 Sep 2008 21:00:46 +0200] rev 28299
added Isar/isar.scala;
huffman [Fri, 19 Sep 2008 18:05:19 +0200] rev 28298
avoid using implicit assumptions
huffman [Fri, 19 Sep 2008 17:54:04 +0200] rev 28297
add theory graph to ZF document
haftmann [Fri, 19 Sep 2008 09:41:17 +0200] rev 28296
made SMLNJ happy
wenzelm [Thu, 18 Sep 2008 22:30:17 +0200] rev 28295
jar: include sources;
wenzelm [Thu, 18 Sep 2008 20:12:02 +0200] rev 28294
tuned;
wenzelm [Thu, 18 Sep 2008 19:39:50 +0200] rev 28293
eval_term: CRITICAL due to eval_result;
simplified oracle interface;
wenzelm [Thu, 18 Sep 2008 19:39:49 +0200] rev 28292
begin_theory: Theory.checkpoint for immediate uses ensures that ML evaluation always starts with non-draft @{theory};
wenzelm [Thu, 18 Sep 2008 19:39:47 +0200] rev 28291
updated generated file;
wenzelm [Thu, 18 Sep 2008 19:39:44 +0200] rev 28290
simplified oracle interface;
wenzelm [Thu, 18 Sep 2008 14:06:58 +0200] rev 28289
show: non-critical testing;
wenzelm [Thu, 18 Sep 2008 14:06:56 +0200] rev 28288
added deriv.ML: Abstract derivations based on raw proof terms.
krauss [Thu, 18 Sep 2008 12:13:50 +0200] rev 28287
termination prover for "fun" can be configured using context data.
wenzelm [Thu, 18 Sep 2008 10:57:30 +0200] rev 28286
updated generated file;
wenzelm [Thu, 18 Sep 2008 10:57:23 +0200] rev 28285
unchecked $ISABELLE_HOME_USER/etc/settings;
wenzelm [Wed, 17 Sep 2008 23:44:31 +0200] rev 28284
use_text/use_file now depend on explicit ML name space;
wenzelm [Wed, 17 Sep 2008 23:23:49 +0200] rev 28283
threads work only for Poly/ML 5.2 or later;
global ML bindings are now thread-safe;
wenzelm [Wed, 17 Sep 2008 23:23:13 +0200] rev 28282
* ML bindings produced via Isar commands are stored within the Isar context.
* Command 'ML_prf' is analogous to 'ML' but works within a proof context.
wenzelm [Wed, 17 Sep 2008 23:08:06 +0200] rev 28281
added ML_prf;
wenzelm [Wed, 17 Sep 2008 23:04:27 +0200] rev 28280
updated generated file;
wenzelm [Wed, 17 Sep 2008 22:06:59 +0200] rev 28279
added inherit_env;
wenzelm [Wed, 17 Sep 2008 22:06:57 +0200] rev 28278
added map_contexts;
wenzelm [Wed, 17 Sep 2008 22:06:54 +0200] rev 28277
ML_prf: inherit env for all contexts within the proof;
wenzelm [Wed, 17 Sep 2008 22:06:52 +0200] rev 28276
shutdown only if Multithreading.available;
wenzelm [Wed, 17 Sep 2008 21:27:44 +0200] rev 28275
ML_Context.evaluate: proper context (for ML environment);
use_text/use_file now depend on explicit ML name space;
wenzelm [Wed, 17 Sep 2008 21:27:43 +0200] rev 28274
ML_Context.evaluate: proper context (for ML environment);
wenzelm [Wed, 17 Sep 2008 21:27:38 +0200] rev 28273
simplified ML_Context.eval_in -- expect immutable Proof.context value;
wenzelm [Wed, 17 Sep 2008 21:27:36 +0200] rev 28272
proper thm antiquotations within ML solve obscure context problems (due to update of ML environment);
wenzelm [Wed, 17 Sep 2008 21:27:34 +0200] rev 28271
simplified ML_Context.eval_in -- expect immutable Proof.context value;
parse_code: operate on thy, which contains the ML environment;