SOUNDNESS BUG FIX for rotate_rule. The original code did not expect
nested parameters such as !!y.
Goal "!!x. x = a ==> (!!y. y ~= a ==> False)";
by (rotate_tac 1 1);
be notE 1;
ba 1;
qed "foo";
val FalseI = standard (True_not_False RS (standard (refl RS foo)));
#!/bin/sh
#
# $Id$
#
# configure - adapt Isabelle distribution to system environment
## patch scripts
if bash -c :
then
bash lib/scripts/patch-scripts.bash
else
echo "FATAL ERROR: bash not found!"
exit 2
fi