Removed needless quotation marks
authorpaulson
Fri, 13 Dec 1996 11:00:44 +0100
changeset 2378 fc103154ad8f
parent 2377 ad9d2dedaeaa
child 2379 2e55b396e24c
Removed needless quotation marks
src/HOL/Auth/NS_Shared.thy
src/HOL/Auth/OtwayRees.thy
src/HOL/Auth/OtwayRees_AN.thy
src/HOL/Auth/Yahalom.thy
src/HOL/Auth/Yahalom2.thy
--- a/src/HOL/Auth/NS_Shared.thy	Fri Dec 13 10:57:50 1996 +0100
+++ b/src/HOL/Auth/NS_Shared.thy	Fri Dec 13 11:00:44 1996 +0100
@@ -12,7 +12,7 @@
 
 NS_Shared = Shared + 
 
-consts  ns_shared   :: "agent set => event list set"
+consts  ns_shared   :: agent set => event list set
 inductive "ns_shared lost"
   intrs 
          (*Initial trace is empty*)
--- a/src/HOL/Auth/OtwayRees.thy	Fri Dec 13 10:57:50 1996 +0100
+++ b/src/HOL/Auth/OtwayRees.thy	Fri Dec 13 11:00:44 1996 +0100
@@ -14,7 +14,7 @@
 
 OtwayRees = Shared + 
 
-consts  otway   :: "agent set => event list set"
+consts  otway   :: agent set => event list set
 inductive "otway lost"
   intrs 
          (*Initial trace is empty*)
--- a/src/HOL/Auth/OtwayRees_AN.thy	Fri Dec 13 10:57:50 1996 +0100
+++ b/src/HOL/Auth/OtwayRees_AN.thy	Fri Dec 13 11:00:44 1996 +0100
@@ -14,7 +14,7 @@
 
 OtwayRees_AN = Shared + 
 
-consts  otway   :: "agent set => event list set"
+consts  otway   :: agent set => event list set
 inductive "otway lost"
   intrs 
          (*Initial trace is empty*)
--- a/src/HOL/Auth/Yahalom.thy	Fri Dec 13 10:57:50 1996 +0100
+++ b/src/HOL/Auth/Yahalom.thy	Fri Dec 13 11:00:44 1996 +0100
@@ -12,7 +12,7 @@
 
 Yahalom = Shared + 
 
-consts  yahalom   :: "agent set => event list set"
+consts  yahalom   :: agent set => event list set
 inductive "yahalom lost"
   intrs 
          (*Initial trace is empty*)
--- a/src/HOL/Auth/Yahalom2.thy	Fri Dec 13 10:57:50 1996 +0100
+++ b/src/HOL/Auth/Yahalom2.thy	Fri Dec 13 11:00:44 1996 +0100
@@ -16,7 +16,7 @@
 
 Yahalom2 = Shared + 
 
-consts  yahalom   :: "agent set => event list set"
+consts  yahalom   :: agent set => event list set
 inductive "yahalom lost"
   intrs 
          (*Initial trace is empty*)