# HG changeset patch # User wenzelm # Date 1126797424 -7200 # Node ID 5093a587da16e839a19d2655b1396f485059ccf5 # Parent ec859c451f59678da5b0ed13bf3009b06e3fa1cc fixed type; 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"