# HG changeset patch # User Christian Urban # Date 1272980287 -3600 # Node ID 20be95dce64369c67a259e1fadac6d5d021bd681 # Parent 31ba33a199c7e14e0beb8010adf06de3768ed2cf increased step counter so that all steps go through diff -r 31ba33a199c7 -r 20be95dce643 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 {*