src/HOL/Auth/Event.thy
changeset 58310 91ea607a34d8
parent 58305 57752a91eec4
child 58889 5b7a9633cfa8
--- a/src/HOL/Auth/Event.thy	Thu Sep 11 19:26:59 2014 +0200
+++ b/src/HOL/Auth/Event.thy	Thu Sep 11 19:32:36 2014 +0200
@@ -15,7 +15,7 @@
 consts  (*Initial states of agents -- parameter of the construction*)
   initState :: "agent => msg set"
 
-datatype_new
+datatype
   event = Says  agent agent msg
         | Gets  agent       msg
         | Notes agent       msg