src/HOL/Auth/Public.thy
changeset 58310 91ea607a34d8
parent 58249 180f1b3508ed
child 59498 50b60f501b05
--- a/src/HOL/Auth/Public.thy	Thu Sep 11 19:26:59 2014 +0200
+++ b/src/HOL/Auth/Public.thy	Thu Sep 11 19:32:36 2014 +0200
@@ -16,7 +16,7 @@
 
 subsection{*Asymmetric Keys*}
 
-datatype_new keymode = Signature | Encryption
+datatype keymode = Signature | Encryption
 
 consts
   publicKey :: "[keymode,agent] => key"