src/HOL/Auth/Public.ML
changeset 3544 6ae62d55a620
parent 3519 ab0a9fbed4c0
child 3667 42a726e008ce
--- a/src/HOL/Auth/Public.ML	Tue Jul 22 11:26:02 1997 +0200
+++ b/src/HOL/Auth/Public.ML	Tue Jul 22 11:49:44 1997 +0200
@@ -129,7 +129,7 @@
 qed "Nonce_supply";
 
 (*Tactic for possibility theorems*)
-val possibility_tac =
+fun possibility_tac st = st |>
     REPEAT (*omit used_Says so that Nonces, Keys start from different traces!*)
     (ALLGOALS (simp_tac (!simpset delsimps [used_Says] setSolver safe_solver))
      THEN