diff -r ec859c451f59 -r 5093a587da16 src/HOL/ex/svc_test.thy --- a/src/HOL/ex/svc_test.thy Thu Sep 15 17:17:03 2005 +0200 +++ b/src/HOL/ex/svc_test.thy Thu Sep 15 17:17:04 2005 +0200 @@ -8,7 +8,7 @@ begin syntax - "<->" :: [bool, bool] => bool (infixr 25) + "<->" :: "[bool, bool] => bool" (infixr 25) translations "x <-> y" => "x = y"