trivial tidy
authorpaulson
Sat, 10 Jan 1998 17:58:42 +0100
changeset 4551 41fa62c229c3
parent 4550 53553ccda0e6
child 4552 bb8ff763c93d
trivial tidy
src/HOL/Auth/NS_Public_Bad.ML
--- a/src/HOL/Auth/NS_Public_Bad.ML	Fri Jan 09 20:28:18 1998 +0100
+++ b/src/HOL/Auth/NS_Public_Bad.ML	Sat Jan 10 17:58:42 1998 +0100
@@ -150,7 +150,7 @@
 (*Authentication for A: if she receives message 2 and has used NA
   to start a run, then B has sent message 2.*)
 goal thy 
- "!!evs. [| Says A B (Crypt (pubK B) {|Nonce NA, Agent A|}) : set evs;  \
+ "!!evs. [| Says A  B (Crypt(pubK B) {|Nonce NA, Agent A|}) : set evs;  \
 \           Says B' A (Crypt(pubK A) {|Nonce NA, Nonce NB|}): set evs;  \
 \           A ~: bad;  B ~: bad;  evs : ns_public |]                    \
 \        ==> Says B A (Crypt(pubK A) {|Nonce NA, Nonce NB|}): set evs";