the type of @evalcn was wrong
authorpaulson
Fri, 13 Nov 1998 13:28:23 +0100
changeset 5855 9be441c17f6d
parent 5854 1f72c4233a8b
child 5856 5fb5a626f3b9
the type of @evalcn was wrong
src/HOL/IMP/Transition.thy
--- a/src/HOL/IMP/Transition.thy	Fri Nov 13 13:27:46 1998 +0100
+++ b/src/HOL/IMP/Transition.thy	Fri Nov 13 13:28:23 1998 +0100
@@ -13,7 +13,7 @@
 syntax
         "@evalc1" :: "[(com*state),(com*state)] => bool"
                                 ("_ -1-> _" [81,81] 100)
-        "@evalcn" :: "[(com*state),(com*state)] => nat => bool"
+        "@evalcn" :: "[(com*state),nat,(com*state)] => bool"
                                 ("_ -_-> _" [81,81] 100)
         "@evalc*" :: "[(com*state),(com*state)] => bool"
                                 ("_ -*-> _" [81,81] 100)