increased step counter so that all steps go through
authorChristian Urban <urbanc@in.tum.de>
Tue, 04 May 2010 14:38:07 +0100
changeset 2048 20be95dce643
parent 2047 31ba33a199c7
child 2050 8bd75f2fd7b0
increased step counter so that all steps go through
Nominal/NewParser.thy
--- a/Nominal/NewParser.thy	Tue May 04 14:33:50 2010 +0100
+++ b/Nominal/NewParser.thy	Tue May 04 14:38:07 2010 +0100
@@ -354,7 +354,7 @@
 (* for testing porposes - to exit the procedure early *)
 exception TEST of Proof.context
 
-val STEPS = 3
+val STEPS = 10
 *}
 
 ML {*