src/HOL/Auth/Event.thy
changeset 20768 1d478c2d621f
parent 18570 ffce25f9aa7f
child 21404 eb85850d3eb7
--- a/src/HOL/Auth/Event.thy	Thu Sep 28 23:42:32 2006 +0200
+++ b/src/HOL/Auth/Event.thy	Thu Sep 28 23:42:35 2006 +0200
@@ -27,11 +27,10 @@
 
 
 text{*The constant "spies" is retained for compatibility's sake*}
-syntax
+
+abbreviation (input)
   spies  :: "event list => msg set"
-
-translations
-  "spies"   => "knows Spy"
+  "spies == knows Spy"
 
 text{*Spy has access to his own key for spoof messages, but Server is secure*}
 specification (bad)