wenzelm [Sat, 22 Aug 2009 23:16:11 +0200] rev 32392
removed jedit setup -- now a self-contained component (external);
wenzelm [Sat, 22 Aug 2009 22:31:00 +0200] rev 32391
less ambitious array operations -- for improved compatibility with older versions of bash;
wenzelm [Sat, 22 Aug 2009 17:08:06 +0200] rev 32390
function splitarray: splightly more abstract version that accomodates older bashes;
krauss [Fri, 21 Aug 2009 19:06:12 +0200] rev 32389
fix IsaMakefile, removing mirabelle (not in HOL/ex/ROOT.ML anyway)
boehmes [Fri, 21 Aug 2009 13:38:57 +0200] rev 32388
added Mirabelle to NEWS
boehmes [Fri, 21 Aug 2009 13:25:05 +0200] rev 32387
merged
boehmes [Fri, 21 Aug 2009 13:23:53 +0200] rev 32386
disabled refute action (needs changes in the code of refute)
boehmes [Fri, 21 Aug 2009 13:21:19 +0200] rev 32385
split actions from Mirabelle core (Mirabelle may thus be applied to basic theories in HOL)
boehmes [Fri, 21 Aug 2009 09:49:10 +0200] rev 32384
moved Mirabelle to HOL/Tools
boehmes [Fri, 21 Aug 2009 09:46:14 +0200] rev 32383
moved Mirabelle to HOL/Tools
boehmes [Fri, 21 Aug 2009 09:44:55 +0200] rev 32382
Mirabelle tool script conforming to standard Isabelle tool interface,
tidied Perl script,
moved ML sources to Tools subdirectory
boehmes [Mon, 17 Aug 2009 10:59:12 +0200] rev 32381
made Mirabelle a component
paulson [Thu, 20 Aug 2009 15:23:25 +0200] rev 32380
A few Isar scripts
haftmann [Sat, 15 Aug 2009 15:29:54 +0200] rev 32379
additional checkpoints avoid problems in error situations
haftmann [Sat, 15 Aug 2009 15:29:53 +0200] rev 32378
tuned
krauss [Fri, 14 Aug 2009 21:36:14 +0200] rev 32377
removed atp_minimize invocation
krauss [Fri, 14 Aug 2009 21:28:58 +0200] rev 32376
reverted accidential corruption of superscripts introduced in a508148f7c25
haftmann [Fri, 14 Aug 2009 17:27:34 +0200] rev 32375
merged
haftmann [Fri, 14 Aug 2009 15:36:57 +0200] rev 32374
inserted space into message
haftmann [Fri, 14 Aug 2009 15:36:55 +0200] rev 32373
formally stylized
haftmann [Fri, 14 Aug 2009 15:36:54 +0200] rev 32372
formally stylized
haftmann [Fri, 14 Aug 2009 15:36:53 +0200] rev 32371
corrected Pair to Char
webertj [Fri, 14 Aug 2009 13:45:52 +0100] rev 32370
merged
webertj [Fri, 14 Aug 2009 13:44:14 +0100] rev 32369
Fixed a bug where the simplifier would hang on
lemma "f a = M { nat j |j. 0 <= j & j < f b}"
pre_decomp/pre_tac no longer split terms that contain (non-locally) bound
variables (e.g., "nat j" in the above example).